mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
add test
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1363 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
945c77e3f2
commit
bf756e12fb
@ -5,7 +5,7 @@ use strict;
|
||||
# if your tests need a new version of the test data, increment this
|
||||
# and make sure that a moses-regression-tests-vX.Y is available for
|
||||
# download from statmt.org (redpony AT umd dot edu for more info)
|
||||
use constant TESTING_DATA_VERSION => '1';
|
||||
use constant TESTING_DATA_VERSION => '2';
|
||||
|
||||
# find the data directory in a few likely locations and make sure
|
||||
# that it is the correct version
|
||||
|
@ -19,8 +19,8 @@ my @tests = qw (
|
||||
nbest-multi-factor
|
||||
lattice-surface
|
||||
lexicalized-reordering
|
||||
lexicalized-reordering-cn
|
||||
);
|
||||
#lexicalized-reordering-cn
|
||||
############################################################
|
||||
|
||||
use MosesRegressionTesting;
|
||||
|
Loading…
Reference in New Issue
Block a user