From b0def329260a83da70ceffd503207fc590502a7b Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Fri, 18 Dec 2009 01:37:21 -0500 Subject: fix test failures due to changing feature order --- tests/system_tests/ftrans/gold.stdout | 4 ++-- tests/system_tests/ftrans/weights | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/system_tests/ftrans') 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 -- cgit v1.2.3