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-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
2010-05-28
Sort the "using" declarations in the logging test.
Daniel Burrows
1
-1
/
+1
2010-05-27
Write an initial suite of tests for the new logging code.
Daniel Burrows
3
-0
/
+436
2010-05-25
Refine the existing test of the search input controller so it passes.
Daniel Burrows
1
-1
/
+15
2010-05-25
Add some glue code to make mock errors generate Boost.Test failures instead o...
Daniel Burrows
1
-7
/
+26
2010-05-24
Add a missing copyright notice to tests/test_enumerator.cc.
Daniel Burrows
1
-0
/
+20
2010-05-24
Start using google-mock to test the search input controller logic.
Daniel Burrows
4
-1
/
+176
2010-05-20
Write a configure check that tries to locate the Boost unit test libraries.
Daniel Burrows
1
-1
/
+2
2010-05-09
Write a test of an even more basic removal from a set contained in a union ob...
Daniel Burrows
1
-1
/
+16
2010-05-09
Include "union" in the name of the tests of the set union object.
Daniel Burrows
1
-5
/
+5
2010-05-09
Add tests of the behavior of remove() when two sub-sets contain the same elem...
Daniel Burrows
1
-0
/
+31
2010-05-09
Write a test verifying that sets which have been removed from a dynamic set u...
Daniel Burrows
1
-0
/
+11
2010-05-09
Write up some tests of the behavior of insert() on individual sets in a set u...
Daniel Burrows
1
-0
/
+39
2010-05-09
Write a test against ghosts in the set union system.
Daniel Burrows
1
-0
/
+21
2010-05-09
Write a basic test of what happens when a set is removed from a set union.
Daniel Burrows
1
-0
/
+39
2010-05-09
Add a canned routine to clear all the recorded information and expected infor...
Daniel Burrows
1
-3
/
+10
2010-05-09
Write a test of what happens when some empty sets are removed from a union.
Daniel Burrows
1
-0
/
+10
2010-05-09
Also verify that inserting a set twice doesn't somehow make it stay alive too...
Daniel Burrows
1
-0
/
+6
2010-05-09
Clear out the list of expected signals before expecting it to contain differe...
Daniel Burrows
1
-0
/
+1
2010-05-09
Write a test of what happens if a set is inserted into a union twice.
Daniel Burrows
1
-0
/
+31
2010-05-09
Add a new test that inserting new nonempty sets into a set union does the "ri...
Daniel Burrows
1
-0
/
+33
2010-05-09
Overhaul the shared test code to support comparisons between signal values an...
Daniel Burrows
1
-10
/
+35
2010-05-09
Write the first (trivial) test of the set union class.
Daniel Burrows
1
-0
/
+53
2010-05-09
Fix a tyop in a comment.
Daniel Burrows
1
-1
/
+1
[prev]
[next]