summaryrefslogtreecommitdiff
path: root/tests/test.sce
diff options
context:
space:
mode:
authorshag5272021-04-17 12:04:06 +0530
committershag5272021-04-17 12:04:06 +0530
commit91c48b90d09b9873d1498b9e3af80091b0dd4cee (patch)
treee3bbe438f72302c1eb592f41b257fb3762125bb5 /tests/test.sce
parente43fd7fe8ac865bd26b2cd15f7574653870c775c (diff)
downloadfossee-scilab-octave-toolbox-91c48b90d09b9873d1498b9e3af80091b0dd4cee.tar.gz
fossee-scilab-octave-toolbox-91c48b90d09b9873d1498b9e3af80091b0dd4cee.tar.bz2
fossee-scilab-octave-toolbox-91c48b90d09b9873d1498b9e3af80091b0dd4cee.zip
Captured original octave errors in scilab
Diffstat (limited to 'tests/test.sce')
-rw-r--r--tests/test.sce4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.sce b/tests/test.sce
index e53eed3..e2c0ca1 100644
--- a/tests/test.sce
+++ b/tests/test.sce
@@ -290,12 +290,12 @@ end
/////////Test case for bilinear //////////
-[b a] = octave_fun("bilinear","signal",[1 2 3], [4 5 6], 1, 1);
+[b a] = octave_fun("bilinear","signal",[1 2 3], [4 5 6], 1);
b = round(b*10000)/10000;
a = round(a*10000)/10000;
-if(round(a) == [1 7 18 14])
+if(round(a) == [1 -1 0])
test_pass=[test_pass,1];
else
test_pass=[test_pass,0];