Changeset 1104
- Timestamp:
- Jun 16, 2010, 12:50:46 AM (13 years ago)
- Location:
- trunk/test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r1092 r1104 73 73 74 74 mostlyclean-local: 75 rm -f *.png *.tmp *~ .toy_project275 rm -f *.png *.tmp *~ 76 76 77 77 .PHONY: lazycheck -
trunk/test/Suite.cc
r1092 r1104 48 48 mkdir_p(test_dir); 49 49 chdir(test_dir); 50 out() << "running `" << argv[0] << "' in `" << test_dir << "'\n"; 50 51 if (need_test_repo) { 51 52 bool have_test_repo=false; -
trunk/test/cache_partial_test.cc
r1094 r1104 50 50 51 51 // create file ignoring cache file 52 std::string cache_file = 53 test::filename("toy_project/.svndigest/AUTHORS.svndigest-cache"); 52 std::string cache_file = "toy_project/.svndigest/AUTHORS.svndigest-cache"; 54 53 File file(0,filename,""); 55 54 const StatsCollection& stats1 = file.parse(suite.verbose(), true);
Note: See TracChangeset
for help on using the changeset viewer.