summaryrefslogtreecommitdiff
path: root/tests/system_tests/ftrans
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2009-12-18 01:37:21 -0500
committerChris Dyer <redpony@gmail.com>2009-12-18 01:37:21 -0500
commitb0def329260a83da70ceffd503207fc590502a7b (patch)
tree0cd22815d62c46d28d20eeca5510c0716729fddd /tests/system_tests/ftrans
parent1aac806af7785ab440d300ca5cfa8833e3ed61d3 (diff)
fix test failures due to changing feature order
Diffstat (limited to 'tests/system_tests/ftrans')
-rw-r--r--tests/system_tests/ftrans/gold.stdout4
-rw-r--r--tests/system_tests/ftrans/weights2
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/system_tests/ftrans/gold.stdout b/tests/system_tests/ftrans/gold.stdout
index d4e48533..b81534fc 100644
--- a/tests/system_tests/ftrans/gold.stdout
+++ b/tests/system_tests/ftrans/gold.stdout
@@ -1,4 +1,4 @@
0 ||| CB ||| F4=1;Inv=1 ||| 101
0 ||| BC ||| F3=0.4;Mono=1 ||| 6
-0 ||| B C ||| F1=1;OtherFeat=1;F2=0.2;Mono=1 ||| 3
-0 ||| C B ||| F1=1;OtherFeat=1;F2=0.2;Inv=1 ||| 2
+0 ||| B C ||| F1=1;F2=0.2;OtherFeat=1;Mono=1 ||| 3
+0 ||| C B ||| F1=1;F2=0.2;OtherFeat=1;Inv=1 ||| 2
diff --git a/tests/system_tests/ftrans/weights b/tests/system_tests/ftrans/weights
index 89d3a6d3..8b321966 100644
--- a/tests/system_tests/ftrans/weights
+++ b/tests/system_tests/ftrans/weights
@@ -1,5 +1,7 @@
F1 1
+F2 0
F3 10
F4 100
+OtherFeat 0
Mono 2
Inv 1