close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Ignore:
Timestamp:
2015-06-20T14:50:33-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-poly.lisp

    r2642 r2643  
    7474
    7575
    76 (test poly-add
     76(test poly
    7777  "Polynomial addition"
    7878  (with-fixture poly-context ()
    79     (print p)(print q)
    80     (print (add-to p q))
    81     (print p)(print q)
     79    (is (r-equal (add-to p q) p+q))
    8280  ))
    8381
    84 (test poly-subtract
    85   "Polynomial subtraction"
    86   (with-fixture poly-context ()
    87     (print p)(print q)
    88     (print (subtract-from p q))
    89     (print p)(print q)
    90   ))
    9182
    9283(run! 'poly-suite)
Note: See TracChangeset for help on using the changeset viewer.