diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/junit')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/junit/JAIR_Scalability.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/junit/JAIR_Scalability.java b/test/uk/ac/ox/cs/pagoda/junit/JAIR_Scalability.java index 5bd3134..5e2b1d7 100644 --- a/test/uk/ac/ox/cs/pagoda/junit/JAIR_Scalability.java +++ b/test/uk/ac/ox/cs/pagoda/junit/JAIR_Scalability.java | |||
| @@ -3,6 +3,7 @@ package uk.ac.ox.cs.pagoda.junit; | |||
| 3 | import org.junit.Test; | 3 | import org.junit.Test; |
| 4 | 4 | ||
| 5 | import uk.ac.ox.cs.pagoda.tester.PagodaTester; | 5 | import uk.ac.ox.cs.pagoda.tester.PagodaTester; |
| 6 | import uk.ac.ox.cs.pagoda.util.Properties; | ||
| 6 | 7 | ||
| 7 | public class JAIR_Scalability { | 8 | public class JAIR_Scalability { |
| 8 | 9 | ||
| @@ -78,7 +79,7 @@ public class JAIR_Scalability { | |||
| 78 | } | 79 | } |
| 79 | 80 | ||
| 80 | public static void main(String... args) { | 81 | public static void main(String... args) { |
| 81 | PagodaTester.ShellMode = true; | 82 | Properties.ShellModeDefault = true; |
| 82 | new JAIR_Scalability().testUniProt(50, false); | 83 | new JAIR_Scalability().testUniProt(50, false); |
| 83 | } | 84 | } |
| 84 | 85 | ||
