latest changes from main repository

This commit is contained in:
Guenter Obiltschnig
2007-04-25 08:39:02 +00:00
parent f29f7cda53
commit 3e46ab332b
60 changed files with 1619 additions and 163 deletions

View File

@@ -1,7 +1,7 @@
//
// FileTest.h
//
// $Id: //poco/Main/Foundation/testsuite/src/FileTest.h#10 $
// $Id: //poco/Main/Foundation/testsuite/src/FileTest.h#11 $
//
// Definition of the FileTest class.
//
@@ -55,6 +55,7 @@ public:
void testDirectory();
void testCopy();
void testMove();
void testCopyDirectory();
void testRename();
void testRootDir();