# HG changeset patch # User jwe # Date 857253391 0 # Node ID 41d3a7da0467858295fafc296a75902a2a937448 # Parent 50b31bb6b959e4f1e73996fdfcec2497c467b893 [project @ 1997-03-01 21:55:00 by jwe] diff --git a/test/octave.test/arith/exp-2.m b/test/octave.test/arith/exp-2.m --- a/test/octave.test/arith/exp-2.m +++ b/test/octave.test/arith/exp-2.m @@ -1,1 +1,1 @@ -abs (exp (1+i) - e * (cos (1) + sin (1) * i)) < eps +abs (exp (1+i) - e * (cos (1) + sin (1) * i)) < sqrt (eps) diff --git a/test/octave.test/arith/real-3.m b/test/octave.test/arith/real-3.m --- a/test/octave.test/arith/real-3.m +++ b/test/octave.test/arith/real-3.m @@ -1,1 +1,1 @@ -real () \ No newline at end of file +real () diff --git a/test/octave.test/io/fgets-3.m b/test/octave.test/io/fgets-3.m --- a/test/octave.test/io/fgets-3.m +++ b/test/octave.test/io/fgets-3.m @@ -1,1 +1,1 @@ -fgets ("foo", 1) \ No newline at end of file +fgets ("foo", 1) diff --git a/test/octave.test/io/fopen-2.m b/test/octave.test/io/fopen-2.m --- a/test/octave.test/io/fopen-2.m +++ b/test/octave.test/io/fopen-2.m @@ -1,2 +1,2 @@ s.a = 1; -fopen (s) \ No newline at end of file +fopen (s) diff --git a/test/octave.test/matrix/logspace-1.m b/test/octave.test/matrix/logspace-1.m --- a/test/octave.test/matrix/logspace-1.m +++ b/test/octave.test/matrix/logspace-1.m @@ -5,4 +5,4 @@ (size (x1) == [1, 50] && x1(1) == 10 && x1(50) == 100 && size (x2) == [1, 10] && x2(1) == 10 && x2(10) == 100 && size (x3) == [1, 10] && x3(1) == 10 && x3(10) == 0.01 - && size (x4) == [1, 10] && x4(1) == 10 && x4(10) == pi) + && size (x4) == [1, 10] && x4(1) == 10 && abs (x4(10) - pi) < sqrt (eps)) diff --git a/test/octave.test/number/is_vector-10.m b/test/octave.test/number/is_vector-10.m --- a/test/octave.test/number/is_vector-10.m +++ b/test/octave.test/number/is_vector-10.m @@ -1,1 +1,1 @@ -is_vector ([1, 2], 2) \ No newline at end of file +is_vector ([1, 2], 2) diff --git a/test/octave.test/poly/polyderiv-1.m b/test/octave.test/poly/polyderiv-1.m --- a/test/octave.test/poly/polyderiv-1.m +++ b/test/octave.test/poly/polyderiv-1.m @@ -1,1 +1,1 @@ -all (all (polyderiv ([1, 2, 3]) == [2, 2])) \ No newline at end of file +all (all (polyderiv ([1, 2, 3]) == [2, 2])) diff --git a/test/octave.test/string/int2str-2.m b/test/octave.test/string/int2str-2.m --- a/test/octave.test/string/int2str-2.m +++ b/test/octave.test/string/int2str-2.m @@ -1,1 +1,1 @@ -int2str () \ No newline at end of file +int2str () diff --git a/test/octave.test/system/fnmatch-3.m b/test/octave.test/system/fnmatch-3.m --- a/test/octave.test/system/fnmatch-3.m +++ b/test/octave.test/system/fnmatch-3.m @@ -1,1 +1,1 @@ -fnmatch ("foo", "bar", 3) \ No newline at end of file +fnmatch ("foo", "bar", 3) diff --git a/test/octave.test/system/pause-1.m b/test/octave.test/system/pause-1.m --- a/test/octave.test/system/pause-1.m +++ b/test/octave.test/system/pause-1.m @@ -1,2 +1,2 @@ pause (0); -printf ("ok\n"); \ No newline at end of file +printf ("ok\n"); diff --git a/test/octave.test/system/pwd-2.m b/test/octave.test/system/pwd-2.m --- a/test/octave.test/system/pwd-2.m +++ b/test/octave.test/system/pwd-2.m @@ -0,0 +1,1 @@ + diff --git a/test/octave.test/system/sleep-3.m b/test/octave.test/system/sleep-3.m --- a/test/octave.test/system/sleep-3.m +++ b/test/octave.test/system/sleep-3.m @@ -1,1 +1,1 @@ -sleep (1, 2) \ No newline at end of file +sleep (1, 2) diff --git a/test/octave.test/system/time-2.m b/test/octave.test/system/time-2.m --- a/test/octave.test/system/time-2.m +++ b/test/octave.test/system/time-2.m @@ -0,0 +1,1 @@ +