diff options
Diffstat (limited to 'tests/system_tests/ftrans')
-rw-r--r-- | tests/system_tests/ftrans/gold.stdout | 4 | ||||
-rw-r--r-- | tests/system_tests/ftrans/weights | 2 |
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 |