[NOPE] to restart runbot that seems to fail.

bzr revid: fp@tinyerp.com-20110918123504-oj261bhaxw3tkukn
This commit is contained in:
Fabien Pinckaers 2011-09-18 14:35:04 +02:00
parent 02a28a939f
commit 18fc8ad67e
1 changed files with 1 additions and 0 deletions

View File

@ -114,3 +114,4 @@
phase3=self.browse(cr, uid, ref('project_phase_testyaml0'))
assert phase3.date_start>=phase2.date_end, 'Error, the phase Testing should start after the end of the Development phase'
assert phase3.date_start<phase3.date_end, 'Error, the phase Testing should start before ending'