index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-10
Make combining_terminal_output implement the same interface as Mock.
Daniel Burrows
3
-3
/
+3
2010-07-10
Use Mock to implement terminal_with_combined_output.
Daniel Burrows
1
-1
/
+1
2010-07-10
Make the terminal_metrics mock a Mock instance and use its strict variant eve...
Daniel Burrows
3
-3
/
+3
2010-07-10
Make the terminal_locale mock a Mock instance and use its strict variant in t...
Daniel Burrows
3
-3
/
+3
2010-07-10
Split the "terminal" interface into several interfaces that each export one p...
Daniel_Burrows@alumni.brown.edu
4
-179
/
+99
2010-07-03
Move the search input controller and view classes over to generic/.
Daniel_Burrows@alumni.brown.edu
3
-19
/
+12
2010-07-03
Move the throttle object to src/generic/util.
Daniel_Burrows@alumni.brown.edu
2
-13
/
+13
2010-07-03
Move the core command-line progress view interface to generic/views.
Daniel_Burrows@alumni.brown.edu
3
-23
/
+30
2010-07-03
Fix up the SConscript files.
Daniel_Burrows@alumni.brown.edu
1
-0
/
+2
2010-07-02
Remove the now-obsolete preserve_and_advance() routine.
Daniel Burrows
1
-13
/
+0
2010-07-02
Use display_and_advance() for the standard progress meters.
Daniel Burrows
1
-45
/
+17
2010-07-02
Add a routine on transient_message to display a non-wrapped message and move ...
Daniel Burrows
1
-0
/
+46
2010-06-30
Add a view interface for displaying the download progress and an implementati...
Daniel_Burrows@alumni.brown.edu
3
-0
/
+109
2010-06-19
Don't try to link GTK+-related code into the tests if the GTK+ frontend isn't...
Daniel Burrows
1
-2
/
+5
2010-06-19
Don't try to test the search input controller if the GTK+ frontend wasn't built.
Daniel Burrows
1
-0
/
+4
2010-06-18
Explicitly include gmock/gtest -- they should be picked up by another include...
Daniel Burrows
1
-0
/
+3
2010-06-18
Extract the declarations of the global pointers to apt structures into a sepa...
Daniel Burrows
1
-25
/
+10
2010-06-18
Re-enable all the unit tests.
Daniel Burrows
1
-2
/
+2
2010-06-15
Add support to the command-line progress display object for showing that the ...
Daniel Burrows
3
-56
/
+454
2010-06-15
Make the testing of search progress throttling hopefully more robust.
Daniel Burrows
1
-15
/
+16
2010-06-10
Put some mock expectations that should be in sequence in the scope of InSeque...
Daniel Burrows
1
-22
/
+67
2010-06-10
Add support in the transient message for making a message permanent and advan...
Daniel Burrows
2
-2
/
+14
2010-06-10
Fix the teletype mock to only output set_last_line() when the last line has a...
Daniel Burrows
1
-0
/
+22
2010-06-10
Don't show any output from the transient message object if the output device ...
Daniel Burrows
1
-4
/
+51
2010-06-10
Write a test of the command-line search progress object.
Daniel Burrows
3
-1
/
+221
2010-06-09
Write tests of the command-line progress display class.
Daniel Burrows
3
-0
/
+284
2010-06-07
Write tests of the transient-message class.
Daniel Burrows
3
-1
/
+214
2010-06-07
Write a test that the teletype mock works when used with a "real" combining t...
Daniel Burrows
1
-0
/
+25
2010-06-07
Add a sanity-check to the terminal mock tests that makes the same calls a sim...
Daniel Burrows
1
-0
/
+22
2010-06-07
Write one test to specifically verify that the sequence of characters sent by...
Daniel Burrows
1
-0
/
+17
2010-06-07
Don't depend on the behavior of the combining terminal when testing the telet...
Daniel Burrows
1
-15
/
+8
2010-06-07
Verify that we can output two carriage returns from the fake terminal using m...
Daniel Burrows
1
-1
/
+3
2010-06-07
Add a matcher that compares strings by trimming them on the right.
Daniel Burrows
1
-0
/
+56
2010-06-07
Wrap a layer of indirection around wcwidth().
Daniel Burrows
1
-13
/
+11
2010-06-06
Use wide strings in the terminal wrapper interface.
Daniel Burrows
2
-96
/
+112
2010-06-06
Write tests verifying the behavior of the teletype mock object with respect t...
Daniel Burrows
1
-1
/
+162
2010-06-05
Add a convenience matcher to trim whitespace from strings before matching them.
Daniel Burrows
1
-0
/
+41
2010-06-04
Write a "teletype" mock/fake object that allows test code to easily examine t...
Daniel Burrows
3
-0
/
+168
2010-06-04
Retool the terminal mock so that it can be used as a standalone mock.
Daniel_Burrows@alumni.brown.edu
1
-1
/
+1
2010-06-04
In the mock terminal, make calls to move_to_beginning_of_line() cause '\r' to...
Daniel Burrows
1
-1
/
+50
2010-06-03
Write a mock of the terminal object that automatically canonicalizes the term...
Daniel Burrows
3
-2
/
+209
2010-06-03
Add the gtest test to the automake build.
Daniel Burrows
1
-2
/
+6
2010-05-28
Transition from log4cxx to the new logging framework.
Daniel Burrows
3
-14
/
+58
2010-05-28
Add a logging level "off" to disable logging at a given category.
Daniel Burrows
1
-0
/
+19
2010-05-28
Fix a test of setValue() to use the correct default logging level.
Daniel Burrows
1
-2
/
+2
2010-05-28
Fix the test that setLevel() doesn't propagate upwards.
Daniel Burrows
1
-1
/
+3
2010-05-28
Experimentally add support for a suite of tests based on gtest, and convert t...
Daniel Burrows
3
-69
/
+115
2010-05-28
Fix a place where the test had mismatched expectations and inputs.
Daniel Burrows
1
-1
/
+1
2010-05-28
Implement operator<< on LoggerPtr, for better dumping of test errors.
Daniel Burrows
1
-0
/
+9
2010-05-28
Write some tests of Logger::getCategory().
Daniel Burrows
1
-0
/
+23
[next]