You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/09/19 10:15:36 UTC

[15/21] incubator-joshua git commit: Disabled OOVListTest since this functionaliy no longer exists in 7

Disabled OOVListTest since this functionaliy no longer exists in 7


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/547e0b98
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/547e0b98
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/547e0b98

Branch: refs/heads/7_confsystem
Commit: 547e0b98c88c0b17e60147f16856c06a2c7b1a68
Parents: 6e0bb3b
Author: Hieber, Felix <fh...@amazon.de>
Authored: Mon Sep 19 08:37:36 2016 +0200
Committer: Hieber, Felix <fh...@amazon.de>
Committed: Mon Sep 19 08:37:36 2016 +0200

----------------------------------------------------------------------
 .../src/test/java/org/apache/joshua/decoder/cky/OOVListTest.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/547e0b98/joshua-core/src/test/java/org/apache/joshua/decoder/cky/OOVListTest.java
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/OOVListTest.java b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/OOVListTest.java
index 394d806..5af2812 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/OOVListTest.java
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/OOVListTest.java
@@ -39,7 +39,8 @@ public class OOVListTest {
     }
   }
 
-  @Test
+  // TODO(fhieber): Disabled this test as the oov_list functionality was removed in 7 with the new conf system.
+  @Test(enabled = false)
   public void givenInput_whenDecodingWithOOVList_thenScoreAndTranslationCorrect() throws Exception {
     String inputPath = this.getClass().getResource("OOVListTest.in").getFile();
     String goldPath = this.getClass().getResource("OOVListTest.gold").getFile();