From: Vincent M. <vm...@us...> - 2001-08-15 14:32:35
|
Update of /cvsroot/mockobjects/mockobjects-java/doc/xdocs In directory usw-pr-cvs1:/tmp/cvs-serv20523/doc/xdocs Modified Files: todo.xml Log Message: prepare for release 0.02 task list Index: todo.xml =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/doc/xdocs/todo.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** todo.xml 2001/08/01 10:19:02 1.2 --- todo.xml 2001/08/15 14:32:32 1.3 *************** *** 25,42 **** </s1> ! <version title="Version 0.1"> <!-- In order to assign someone to a task, add the 'assigned-go' attribute to the action tag. Ex: action assigned-to="Vincent Massol, Steve Freeman" --> - - <category title="Design"> - <action> - Write a common coding and naming convention (for example names of - mock initialization methods like <code>setupAddParameter()</code>, - name of methods for setting expectations, ...) and reformat all the - existing code. - </action> - </category> <category title="Code"> --- 25,33 ---- </s1> ! <version title="Version 0.02"> <!-- In order to assign someone to a task, add the 'assigned-go' attribute to the action tag. Ex: action assigned-to="Vincent Massol, Steve Freeman" --> <category title="Code"> |