diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-09 14:26:28 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-09 14:26:28 +0100 |
| commit | 870eb35e38f746ed73f233070dcf3bdaf4687e02 (patch) | |
| tree | 41ef0c1e18057aedc9f0f94d242cf6450d22025f /test/uk/ac/ox/cs/pagoda/util/TestUtil.java | |
| parent | 5be5fd3daa0d50980fb3791e904e035cdbca254f (diff) | |
| download | ACQuA-870eb35e38f746ed73f233070dcf3bdaf4687e02.tar.gz ACQuA-870eb35e38f746ed73f233070dcf3bdaf4687e02.zip | |
Adding (not completed) log of partial answers in Json.
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/util/TestUtil.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/util/TestUtil.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/util/TestUtil.java b/test/uk/ac/ox/cs/pagoda/util/TestUtil.java index 227398b..06d391a 100644 --- a/test/uk/ac/ox/cs/pagoda/util/TestUtil.java +++ b/test/uk/ac/ox/cs/pagoda/util/TestUtil.java | |||
| @@ -48,7 +48,7 @@ public class TestUtil { | |||
| 48 | Files.copy(Paths.get(src), Paths.get(dst), REPLACE_EXISTING); | 48 | Files.copy(Paths.get(src), Paths.get(dst), REPLACE_EXISTING); |
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | /* | 51 | /** |
| 52 | * Get the log file, which is assumed unique. | 52 | * Get the log file, which is assumed unique. |
| 53 | * */ | 53 | * */ |
| 54 | public static String getLogFileName() { | 54 | public static String getLogFileName() { |
| @@ -61,4 +61,5 @@ public class TestUtil { | |||
| 61 | } | 61 | } |
| 62 | return null; | 62 | return null; |
| 63 | } | 63 | } |
| 64 | |||
| 64 | } | 65 | } |
