------------------------------------------------------------ revno: 2547 committer: Bruno Chareyre <[email protected]> branch nick: yade timestamp: Sun 2010-11-14 15:44:55 +0100 message: - re-enable cohesive chain test modified: py/tests/__init__.py
-- lp:yade https://code.launchpad.net/~yade-dev/yade/trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'py/tests/__init__.py' --- py/tests/__init__.py 2010-11-13 21:11:39 +0000 +++ py/tests/__init__.py 2010-11-14 14:44:55 +0000 @@ -4,8 +4,7 @@ import unittest,inspect # add any new test suites to the list here, so that they are picked up by testAll -# FIXME: cohesive-chain disabled for 2546 by eudoxos, as it was broken in 2545 already after Bruno's commits (re-enable when fixed) -allTests=['wrapper','omega','pbc','clump'] #,'cohesive-chain'] +allTests=['wrapper','omega','pbc','clump','cohesive-chain'] # all yade modules (ugly...) import yade.eudoxos,yade.export,yade.linterpolation,yade.log,yade.pack,yade.plot,yade.post2d,yade.timing,yade.utils,yade.ymport
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

