.. |
AllTests.h
|
Jump through some hoops to make sure the test suites are run in my desired order.
|
2007-11-03 11:28:28 +00:00 |
AllTests.m
|
Removed test test case.
|
2007-11-05 17:46:46 +00:00 |
CDPathUnitTest.h
|
Fixed a regression in how we treat paths. It turns out doTests was invoking it with a trailing slash, which started producing
|
2007-11-04 14:21:42 +00:00 |
CDPathUnitTest.m
|
Fixed a regression in how we treat paths. It turns out doTests was invoking it with a trailing slash, which started producing
|
2007-11-04 14:21:42 +00:00 |
CDStructHandlingUnitTest.h
|
Converting another test case. I now copy the input/ouput test files into the bundle so that it works when Xcode runs the tests.
|
2007-11-03 12:43:13 +00:00 |
CDStructHandlingUnitTest.m
|
Trying to get better error reporting from the horrible mixture of NSException and NSError, ugh.
|
2007-11-03 15:15:23 +00:00 |
CDTypeFormatterUnitTest.h
|
Added workaround for some problems in Pages '08 by preprocessing type, replacing <unnamed>:: with unnamed::. We'll see how well
|
2007-11-03 13:58:06 +00:00 |
CDTypeFormatterUnitTest.m
|
Trying to get better error reporting from the horrible mixture of NSException and NSError, ugh.
|
2007-11-03 15:15:23 +00:00 |
CDTypeLexerUnitTest.h
|
Converted this test case.
|
2007-11-03 07:17:50 +00:00 |
CDTypeLexerUnitTest.m
|
Converted this test case.
|
2007-11-03 07:17:50 +00:00 |
CDTypeParserUnitTest.h
|
Added this set of unit tests.
|
2007-11-03 07:55:46 +00:00 |
CDTypeParserUnitTest.m
|
Killed testFoobar.
|
2007-11-03 15:17:13 +00:00 |
method-001.txt
|
Improved handling of the second set of problem with parsing C++ template types.
|
2009-07-09 08:12:04 +00:00 |
otest-all
|
Tweaked, use DEVELOPER_DIR. More tweaking to come -- just set OTEST_TEST_CLASS in the project instead of defaulting to AllTests.
|
2007-11-05 13:56:18 +00:00 |
shud01-in.txt
|
Allow comment lines starting with // in the shud*in.txt files.
|
2006-10-14 02:59:25 +00:00 |
shud01-out.txt
|
Removed generated comments.
|
2004-01-12 19:36:15 +00:00 |
shud02-in.txt
|
Allow comment lines starting with // in the shud*in.txt files.
|
2006-10-14 02:59:25 +00:00 |
shud02-out.txt
|
Removed generated comments.
|
2004-01-12 19:36:15 +00:00 |
shud04-in.txt
|
Allow comment lines starting with // in the shud*in.txt files.
|
2006-10-14 02:59:25 +00:00 |
shud04-out.txt
|
Removed generated comments.
|
2004-01-12 19:36:15 +00:00 |
shud05-in.txt
|
Working on uniquing structs. Need to handle isomorphic anonymous
|
2004-01-07 18:14:19 +00:00 |
shud05-out.txt
|
Removed generated comments.
|
2004-01-12 19:36:15 +00:00 |
shud06-in.txt
|
Working on uniquing structs. Need to handle isomorphic anonymous
|
2004-01-07 18:14:19 +00:00 |
shud06-out.txt
|
Removed generated comments.
|
2004-01-12 19:36:15 +00:00 |
shud07-in.txt
|
Foundation looks pretty good with the structs. Whew!
|
2004-01-08 00:43:09 +00:00 |
shud07-out.txt
|
Removed generated comments.
|
2004-01-12 19:36:15 +00:00 |
shud08-in.txt
|
Foundation looks pretty good with the structs. Whew!
|
2004-01-08 00:43:09 +00:00 |
shud08-out.txt
|
Removed generated comments.
|
2004-01-12 19:36:15 +00:00 |
shud09-in.txt
|
Allow comment lines starting with // in the shud*in.txt files.
|
2006-10-14 02:59:25 +00:00 |
shud09-out.txt
|
Woohoo! It's finally passing all of my unit tests! Committing before
|
2004-01-15 03:04:54 +00:00 |
shud10-in.txt
|
Woohoo! It's finally passing all of my unit tests! Committing before
|
2004-01-15 03:04:54 +00:00 |
shud10-out.txt
|
Woohoo! It's finally passing all of my unit tests! Committing before
|
2004-01-15 03:04:54 +00:00 |
shud11-in.txt
|
Woohoo! It's finally passing all of my unit tests! Committing before
|
2004-01-15 03:04:54 +00:00 |
shud11-out.txt
|
Woohoo! It's finally passing all of my unit tests! Committing before
|
2004-01-15 03:04:54 +00:00 |
shud13-in.txt
|
Added unit test for another ambiguous member list that was getting a
|
2004-01-29 22:39:28 +00:00 |
shud13-out.txt
|
Added unit test for another ambiguous member list that was getting a
|
2004-01-29 22:39:28 +00:00 |
shud14-in.txt
|
Allow comment lines starting with // in the shud*in.txt files.
|
2006-10-14 02:59:25 +00:00 |
shud14-out.txt
|
Added expected output for this test case.
|
2006-10-12 02:17:23 +00:00 |
shud15-in.txt
|
Allow comment lines starting with // in the shud*in.txt files.
|
2006-10-14 02:59:25 +00:00 |
shud15-out.txt
|
Allow comment lines starting with // in the shud*in.txt files.
|
2006-10-14 02:59:25 +00:00 |
shud16-in.txt
|
Added unit test for TextMate case.
|
2007-02-20 03:15:57 +00:00 |
shud16-out.txt
|
Added unit test for TextMate case.
|
2007-02-20 03:15:57 +00:00 |
var-001.txt
|
Improved handling of the second set of problem with parsing C++ template types.
|
2009-07-09 08:12:04 +00:00 |
var-002.txt
|
Improved handling of the second set of problem with parsing C++ template types.
|
2009-07-09 08:12:04 +00:00 |
var-003.txt
|
Improved handling of the second set of problem with parsing C++ template types.
|
2009-07-09 08:12:04 +00:00 |