From bf756e12fb50c08d377446842a2189bd43707185 Mon Sep 17 00:00:00 2001 From: redpony Date: Wed, 18 Apr 2007 17:03:38 +0000 Subject: [PATCH] add test git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1363 1f5c12ca-751b-0410-a591-d2e778427230 --- regression-testing/MosesRegressionTesting.pm | 2 +- regression-testing/run-test-suite.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-testing/MosesRegressionTesting.pm b/regression-testing/MosesRegressionTesting.pm index 0a4677a6e..ad3c8ad9b 100644 --- a/regression-testing/MosesRegressionTesting.pm +++ b/regression-testing/MosesRegressionTesting.pm @@ -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 diff --git a/regression-testing/run-test-suite.pl b/regression-testing/run-test-suite.pl index ecc4039b5..f3da61c3e 100755 --- a/regression-testing/run-test-suite.pl +++ b/regression-testing/run-test-suite.pl @@ -19,8 +19,8 @@ my @tests = qw ( nbest-multi-factor lattice-surface lexicalized-reordering + lexicalized-reordering-cn ); - #lexicalized-reordering-cn ############################################################ use MosesRegressionTesting;