Changeset 144 for trunk/test/directory.cc
- Timestamp:
- Aug 9, 2006, 10:37:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/directory.cc
r84 r144 29 29 { 30 30 using namespace theplu::svnstat; 31 std::string path(". ");32 Directory directory( path);31 std::string path(".."); 32 Directory directory(0,path); 33 33 return 0; 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.