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/14 18:20:07 UTC

[08/10] incubator-joshua git commit: Marked that decoder/moses-compat needs to be moved to unit test once JoshuaDecoder cli is testable.

Marked that decoder/moses-compat needs to be moved to unit test once JoshuaDecoder cli is testable.


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

Branch: refs/heads/master
Commit: 4c5285e927017597c2dd7d3fee5eb6f184ec4be4
Parents: 510c770
Author: Michael A. Hedderich <mi...@users.noreply.github.com>
Authored: Wed Sep 14 18:54:39 2016 +0200
Committer: Michael A. Hedderich <mi...@users.noreply.github.com>
Committed: Wed Sep 14 18:54:39 2016 +0200

----------------------------------------------------------------------
 src/test/resources/decoder/moses-compat/NEEDS_UPDATING | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/4c5285e9/src/test/resources/decoder/moses-compat/NEEDS_UPDATING
----------------------------------------------------------------------
diff --git a/src/test/resources/decoder/moses-compat/NEEDS_UPDATING b/src/test/resources/decoder/moses-compat/NEEDS_UPDATING
new file mode 100644
index 0000000..90402c6
--- /dev/null
+++ b/src/test/resources/decoder/moses-compat/NEEDS_UPDATING
@@ -0,0 +1 @@
+Needs to be moved to a unit test. The parameter JoshuaConfiguration.moses is handled by JoshuaDecoder. Therefore, the CLI must be made testable before a unit test can be created.