git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1363 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
redpony 2007-04-18 17:03:38 +00:00
parent 945c77e3f2
commit bf756e12fb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -19,8 +19,8 @@ my @tests = qw (
nbest-multi-factor
lattice-surface
lexicalized-reordering
lexicalized-reordering-cn
);
#lexicalized-reordering-cn
############################################################
use MosesRegressionTesting;