[Docstring-checkins] CVS: dps/test test_statemachine.py,1.2,1.3
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-01-26 00:07:38
|
Update of /cvsroot/docstring/dps/test In directory usw-pr-cvs1:/tmp/cvs-serv6542/dps/test Modified Files: test_statemachine.py Log Message: updated Index: test_statemachine.py =================================================================== RCS file: /cvsroot/docstring/dps/test/test_statemachine.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** test_statemachine.py 2001/11/23 03:19:43 1.2 --- test_statemachine.py 2002/01/26 00:07:36 1.3 *************** *** 287,291 **** def test_extractindented(self): block = statemachine.string2lines(self.indented_string) ! self.assertEquals(statemachine.extractindented(block), ([s[6:] for s in block], 6, 1)) self.assertEquals(statemachine.extractindented(self.s2l_expected), --- 287,291 ---- def test_extractindented(self): block = statemachine.string2lines(self.indented_string) ! self.assertEquals(statemachine.extractindented(block), ([s[6:] for s in block], 6, 1)) self.assertEquals(statemachine.extractindented(self.s2l_expected), |