Update of /cvsroot/pymerase/smw/smw/mmgen/unittest
In directory sc8-pr-cvs1:/tmp/cvs-serv32238/smw/mmgen/unittest
Added Files:
__init__.py testmmdiff.py
Log Message:
Imported version of SMW downloaded on 2003 Apr 14
--- NEW FILE: __init__.py ---
--- NEW FILE: testmmdiff.py ---
from smw.mmgen.mmdiff import Diff
d=Diff()
d.compare("UML13","UML14")
d.compare("UML11","UML14")
d.compare("UML13","UML13")
d.compare("NOTANAME","NOTANANANAME")
|