Results of "make test" :
The following tests failed: sage -t devel/sage-main/sage/interfaces/sage0.py Total time for all tests: 1117.0 seconds sage -t devel/sage-main/sage/interfaces/sage0.py ********************************************************************** File "sage0.py", line 48: sage: a^3 Expected: 8 Got: <BLANKLINE> ********************************************************************** File "sage0.py", line 53: sage: V.gens() Expected: ((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) Got: <BLANKLINE> ********************************************************************** File "sage0.py", line 63: sage: g = V.0; g Expected: (1, 0, 0, 0) Got: ((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) ********************************************************************** File "sage0.py", line 70: sage: s('%s.parent()'%g.name()) Expected: Vector space of dimension 4 over Rational Field Got: (1, 0, 0, 0) ********************************************************************** File "sage0.py", line 75: sage: s('x = 5') Expected: 5 Got: Vector space of dimension 4 over Rational Field ********************************************************************** File "sage0.py", line 86: sage: a Expected: 10 Got: <BLANKLINE> ********************************************************************** File "sage0.py", line 92: sage: s3('"x"') Expected: 8 Got: <BLANKLINE> ********************************************************************** File "sage0.py", line 94: sage: s('x') Expected: 5 Got: <BLANKLINE> ********************************************************************** 1 items had failures: 8 of 21 in __main__.example_1 ***Test Failed*** 8 failures. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---