From 96c662b7ea85239834a35aa8d132bc4ee42afffd Mon Sep 17 00:00:00 2001 From: Christian Fuchs Date: Thu, 8 May 2014 13:58:52 +0000 Subject: - updated SP testcases to comply with the new key/value input format --- src/scalarproduct/test_scalarproduct_negative.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scalarproduct/test_scalarproduct_negative.sh') diff --git a/src/scalarproduct/test_scalarproduct_negative.sh b/src/scalarproduct/test_scalarproduct_negative.sh index de6f2b348..a7514cf5e 100755 --- a/src/scalarproduct/test_scalarproduct_negative.sh +++ b/src/scalarproduct/test_scalarproduct_negative.sh @@ -1,8 +1,8 @@ #!/bin/bash # compute a simple scalar product # payload for this test: -INPUTALICE="-k CCC -e -3,-3,1" -INPUTBOB="-k CCC -e 1000,100,24" +INPUTALICE="-k CCC -e 'AB,10;RO,-3;FL,-3;LOL,1;'" +INPUTBOB="-k CCC -e 'BC,-20000;RO,1000;FL,100;LOL,24;'" # necessary to make the testing prefix deterministic, so we can access the config files PREFIX=/tmp/test-scalarproduct`date +%H%M%S` -- cgit v1.2.3