genius r666 - trunk/src



Author: jirka
Date: Sat Jun  7 18:06:13 2008
New Revision: 666
URL: http://svn.gnome.org/viewvc/genius?rev=666&view=rev

Log:
fix the tests



Modified:
   trunk/src/geniustests.txt

Modified: trunk/src/geniustests.txt
==============================================================================
--- trunk/src/geniustests.txt	(original)
+++ trunk/src/geniustests.txt	Sat Jun  7 18:06:13 2008
@@ -908,9 +908,11 @@
 IsNull(zeros(0,3))						true
 IsNull(ones(0,1))						true
 IsNull(ones(2,0))						true
-NullSpace([1,-1])						[-1;1]
-NullSpace([1,-1;0,0])						[-1;1]
-NullSpace([1,-1;2,-2])						[-1;1]
-NullSpace([1,-1;2,-2;-3,3])					[-1;1]
+NullSpace([1,1])						[1;-1]
+NullSpace([1,1;0,0])						[1;-1]
+NullSpace([1,1;2,2])						[1;-1]
+NullSpace([1,1;2,2;3,3])					[1;-1]
+NullSpace([0,0;1,1;2,2;3,3])					[1;-1]
+NullSpace([0,0;1,0;2,0;3,0])					[0;-1]
 load "nullspacetest.gel"					true
 load "longtest.gel"						true



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]