yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #08198
: yade --test fails after some changes in WirePM
Hi guys,
I am just adding some new capabilities to my WirePM and doing some cleaning-
up. When running some tests with the new code everything is fine. But when
running 'yade --test' I get this:
======================================================================
FAIL: testSaveAllClasses (yade.TestIO)
I/O: All classes can be saved and loaded with boost::serialization
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/thoeni/YADE-bzr/install/lib/yade-bzr2988/py/yade/tests/core.py",
line 79, in testSaveAllClasses
self.assert_(len(failed)==0,'Failed classes were: '+' '.join(failed))
AssertionError: Failed classes were: WireMat
----------------------------------------------------------------------
Any idea to what this could be related to?
Thanks,
Klaus
Follow ups