Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / auth / auth-core / src / test / java / org / onap / aaf / auth / local / test / JU_DataFile.java
index 559b275..238d36d 100644 (file)
@@ -32,39 +32,39 @@ import org.onap.aaf.auth.local.DataFile.Token.Field;
 
 public class JU_DataFile {
 
-       @AfterClass
-       public static void tearDownAfterClass() throws Exception {
-       }
+    @AfterClass
+    public static void tearDownAfterClass() throws Exception {
+    }
 
-//     @Test
-//     public void netYetTested() {
-//             fail("Tests not yet implemented");
-//     }
-       
-//     @Test
-//     public void test() throws Exception {
-//             File file = new File("../authz-batch/data/v1.dat");
-//             DataFile df = new DataFile(file,"r");
-//             int count = 0;
-//             List<String> list = new ArrayList<>();
-//             try {
-//                     df.open();
-//                     Token tok = df.new Token(1024000);
-//                     Field fld = tok.new Field('|');
-//     
-//                     while(tok.nextLine()) {
-//                             ++count;
-//                             fld.reset();
-//                             list.add(fld.at(0));
-//                     }
-////                   Collections.sort(list);
-//                     for(String s: list) {
-//                             System.out.println(s);
+//    @Test
+//    public void netYetTested() {
+//        fail("Tests not yet implemented");
+//    }
+    
+//    @Test
+//    public void test() throws Exception {
+//        File file = new File("../authz-batch/data/v1.dat");
+//        DataFile df = new DataFile(file,"r");
+//        int count = 0;
+//        List<String> list = new ArrayList<>();
+//        try {
+//            df.open();
+//            Token tok = df.new Token(1024000);
+//            Field fld = tok.new Field('|');
+//    
+//            while(tok.nextLine()) {
+//                ++count;
+//                fld.reset();
+//                list.add(fld.at(0));
+//            }
+////            Collections.sort(list);
+//            for(String s: list) {
+//                System.out.println(s);
 //
-//                     }
-//             } finally {
-//                     System.out.printf("%15s:%12d\n","Total",count);
-//             }
-//     }
+//            }
+//        } finally {
+//            System.out.printf("%15s:%12d\n","Total",count);
+//        }
+//    }
 
 }