summaryrefslogtreecommitdiff
path: root/tests/test_cmdline_search_progress.cc
AgeCommit message (Collapse)AuthorFilesLines
2010-07-03Move the throttle object to src/generic/util.Daniel_Burrows@alumni.brown.edu1-12/+12
2010-07-03Move the core command-line progress view interface to generic/views.Daniel_Burrows@alumni.brown.edu1-21/+26
2010-06-15Add support to the command-line progress display object for showing that the ↵Daniel Burrows1-0/+17
current task is done, and for displaying progress the way classic apt tools do. The new code supports both "[ 40%] Task" and "Task... 40%" display styles, and when a task is complete the code will either erase it (default) or advance to the next terminal line (like apt-get does). These behaviors are controlled by apt options.
2010-06-15Make the testing of search progress throttling hopefully more robust.Daniel Burrows1-15/+16
Instead of relying on knowing how many times each routine checks for throttling, I just fully disable and fully enable throttling depending on whether the next call should be throttled or not.
2010-06-10Write a test of the command-line search progress object.Daniel Burrows1-0/+217