From c2c9ce0d64cd2fbf7793c4b920b631fc359172a1 Mon Sep 17 00:00:00 2001 From: Pierre Marechal Date: Thu, 29 Nov 2007 09:27:15 +0000 Subject: Add Non-Regression and Interactive test : bug 841 --- tests/nonRegression/nonreg_interactif/bug841.sci | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 tests/nonRegression/nonreg_interactif/bug841.sci (limited to 'tests') diff --git a/tests/nonRegression/nonreg_interactif/bug841.sci b/tests/nonRegression/nonreg_interactif/bug841.sci deleted file mode 100755 index 3599dbd..0000000 --- a/tests/nonRegression/nonreg_interactif/bug841.sci +++ /dev/null @@ -1,11 +0,0 @@ - // Non reg test on string format in 2D Axes - - a=gca(); - a.tight_limits='on'; - x=[0:0.1:5]'; - y=cos(x); - plot2d(x,y); // 3 numbers after comma // CHECK HERE - plot2d([0,5],[0,0]); // the zero is well placed // CHECK HERE - - // pretty display test: - a.tight_limits="off" // CHECK HERE \ No newline at end of file -- cgit v1.1