updated test cases for spring 2006 schema, and major debug of locking system
[vamsas.git] / src / org / vamsas / test / simpleclient / ClientsFileTest.java
index 9ab68ac..46fbfd7 100644 (file)
@@ -87,11 +87,12 @@ public class ClientsFileTest {
         break;
       case 3:
         // clear
-        cfhand = null;
-        cf.delete();
+        //cfhand.get = null;
+        //cf.delete();
         try {
-          cf.createNewFile();
-          cfhand = new ClientsFile(cf);
+          
+          cfhand.clearList();
+          
         } catch (Exception e) {
           System.err.println("Failed on new empty clientfile creation!");
           e.printStackTrace(System.err);