diff options
| author | yzhou <yujiao.zhou@gmail.com> | 2015-04-21 22:45:35 +0100 |
|---|---|---|
| committer | yzhou <yujiao.zhou@gmail.com> | 2015-04-21 22:45:35 +0100 |
| commit | c0f5bdcdb29608532656c71c219680eccd4aad09 (patch) | |
| tree | 5f599adfe2e3f15a1d2b3f1cb8d0bf9ace59badd /test/uk/ac/ox/cs/pagoda/junit/JAIR_Scalability.java | |
| parent | c8a9fc67a3f6ed201d7c917e36128268587eabe5 (diff) | |
| download | ACQuA-c0f5bdcdb29608532656c71c219680eccd4aad09.tar.gz ACQuA-c0f5bdcdb29608532656c71c219680eccd4aad09.zip | |
fixed some bugs in windows server
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/junit/JAIR_Scalability.java')
| -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 | ||
