summaryrefslogtreecommitdiff
path: root/tests/test_cmdline_download_progress_display.cc
AgeCommit message (Expand)AuthorFilesLines
2011-03-30Update tests for the new behavior of SizeToStr().Daniel Burrows1-7/+7
2011-03-30Fix compile errors caused by changes in the libapt API.Daniel Burrows1-5/+5
2010-07-10Make download_status_display part of the command-line code.Daniel Burrows1-188/+57
2010-07-10Add a routine on download_progress that's invoked when a file is skipped beca...Daniel Burrows1-0/+62
2010-07-10Delete an obsolete comment that snuck into my earlier roll-up patch.Daniel Burrows1-11/+0
2010-07-10Add a complete() routine to the download progress view that's invoked when th...Daniel Burrows1-0/+5
2010-07-10Flesh out the implementation of the download progress display and its tests.Daniel_Burrows@alumni.brown.edu1-24/+582
2010-07-10Make transient_message a Mock and use its strict variant.Daniel Burrows1-1/+1
2010-07-10Make the terminal_metrics mock a Mock instance and use its strict variant eve...Daniel Burrows1-1/+1
2010-07-10Make the terminal_locale mock a Mock instance and use its strict variant in t...Daniel Burrows1-1/+1
2010-07-10Split the "terminal" interface into several interfaces that each export one p...Daniel_Burrows@alumni.brown.edu1-33/+8
2010-06-30Add a view interface for displaying the download progress and an implementati...Daniel_Burrows@alumni.brown.edu1-0/+106