Monster fix: TMF model update + corresponding LTTng adaptations + JUnits
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.tests / stubs / org / eclipse / linuxtools / tmf / CreateTestFiles.java
index 9e91fc6f427e5134e14524c56881c4a9cdf0f46f..db6ea3a09b4246e90dc1038f6e535c9ad207d862 100644 (file)
@@ -39,8 +39,8 @@ public class CreateTestFiles {
     // ========================================================================
 
        private static final String DIRECTORY = "testfiles";
-       private static final String FILE_NAMES[] = { "Test-10", "Test-1K", "Test-10K", "Test-100K", "Test-1M",  "Test-10M" };
-    private static final int    FILE_SIZES[] = {       10 ,     1000 ,     10000 ,     100000 ,  1000000 ,   10000000  };
+       private static final String FILE_NAMES[] = { "Test-10", "Test-1K", "Test-10K", "Test-100K" };
+    private static final int    FILE_SIZES[] = {       10 ,     1000 ,     10000 ,     100000  };
 
     private static final int NB_SOURCES = 15;  
     private static final int NB_TYPES   =  7;  
This page took 0.024099 seconds and 5 git commands to generate.