yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06168
[Branch ~yade-dev/yade/trunk] Rev 2547: - re-enable cohesive chain test
------------------------------------------------------------
revno: 2547
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
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