]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/archive/tartest.cpp
Turkish translations update from Çağrı Doğan.
[wxWidgets.git] / tests / archive / tartest.cpp
index d0110526ff03a806f77d28e2d1cbb68fb484aa97..2580de4f57fc2f0b3cd96348ce516d02c9737027 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        tests/tartest.cpp
 // Purpose:     Test the tar classes
 // Author:      Mike Wetherell
-// RCS-ID:      $Id$
 // Copyright:   (c) 2004 Mike Wetherell
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -44,8 +43,8 @@ protected:
 tartest::tartest()
   : ArchiveTestSuite("tar")
 {
-    AddArchiver(_T("tar cf %s *"));
-    AddUnArchiver(_T("tar xf %s"));
+    AddArchiver(wxT("tar cf %s *"));
+    AddUnArchiver(wxT("tar xf %s"));
 }
 
 CppUnit::Test *tartest::makeTest(