commit 57adbb4b4d49dde3892a03d48c9764a303c7fdf3 Author: Amr Keleg Date: Wed Apr 3 12:12:22 2019 +0200 Fix the tests for printing the weights of analyses diff --git a/tests/lt_proc/__init__.py b/tests/lt_proc/__init__.py index 3f325f8..e014506 100644 --- a/tests/lt_proc/__init__.py +++ b/tests/lt_proc/__init__.py @@ -60,13 +60,13 @@ class PrintWeights(unittest.TestCase, ProcTest): procdix = "data/cat-weight.att" procflags = ["-W"] inputs = ["cat"] - expectedOutputs = ["^cat/cat+n/cat+v$"] + expectedOutputs = ["^cat/cat+n/cat+v$"] class PrintWeightsNegative(unittest.TestCase, ProcTest): procdix = "data/cat-weight-negative.att" procflags = ["-W"] inputs = ["cat"] - expectedOutputs = ["^cat/cat+n/cat+v$"] + expectedOutputs = ["^cat/cat+n/cat+v$"] class PrintNAnalyses(unittest.TestCase, ProcTest): procdix = "data/cat-weight.att"