[Marwein-users] marwein handles branched tests now
Status: Beta
Brought to you by:
uplatze
|
From: Ute P. <up...@sc...> - 2007-01-05 14:22:00
|
Hi all, Marwein can handle branched tests now. If you have two possible paths branching from one node, two test cases will be run, one for each branch. This should make "writing" tests simpler because one doesn't need to duplicate the starting nodes any more. by the way, sourceforge changed their cvs server url some time ago, so you can't update your local repository without changing the CVS/Root files. You can either use the attached shell script to update your cvs root (call in you marwein working directory; don't forget to change the script so it contains your own sourceforge user name), or you can delete your local version and check out a fresh version like this: cvs -z3 -d:pserver:ano...@ma...:/cvsroot/marwein co -P marwein or like this if you're a developer: cvs -z3 -d:ext:dev...@ma...:/cvsroot/marwein co -P modulename Best regards, ute |