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-21T11:02:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2862 r2863  
    146146
    147147
    148 (def-fixture monom-term-conversion-context ()
     148(def-fixture monom/term-conversion-context ()
    149149  (symbol-macrolet
    150150      ((term (make-instance 'term :exponents '(1 2 3) :coeff 4))
    151151       (monom (make-instance 'term :exponents '(1 2 3)))
    152        (promoted-monom  (make-instance 'term :exponents '(1 2 3) :coeff 1)))))
    153 
    154 (test monom-term-conversion
     152       (promoted-monom  (make-instance 'term :exponents '(1 2 3) :coeff 1)))
     153    (&body)))
     154
     155(test monom/term-conversion
    155156  "Monom/term conversion"
    156157  (with-fixture monom-term-conversion-context ()
Note: See TracChangeset for help on using the changeset viewer.