← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2586: - recent commits broke or modified something in cohesive law. The reg. test points it out.

 

------------------------------------------------------------
revno: 2586
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: yade
timestamp: Fri 2010-12-03 01:20:06 +0100
message:
  - recent commits broke or modified something in cohesive law. The reg. test  points it out. 
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-12-02 23:02:49 +0000
+++ py/tests/__init__.py	2010-12-03 00:20:06 +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
-allTests=['wrapper','omega','pbc','clump']
-#allTests=['wrapper','omega','pbc','clump','cohesive-chain'] #Cohesive chain disabled because of instability. Anton.`
+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