[Pydev-cvs] org.python.pydev.debug/tests/org/python/pydev/debug/codecoverage CoverageCacheTest.java,
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2004-10-18 19:13:23
|
Update of /cvsroot/pydev/org.python.pydev.debug/tests/org/python/pydev/debug/codecoverage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5079/tests/org/python/pydev/debug/codecoverage Modified Files: CoverageCacheTest.java Log Message: Index: CoverageCacheTest.java =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/tests/org/python/pydev/debug/codecoverage/CoverageCacheTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CoverageCacheTest.java 15 Oct 2004 12:09:54 -0000 1.1 --- CoverageCacheTest.java 18 Oct 2004 19:13:14 -0000 1.2 *************** *** 36,40 **** } ! public void testAddRoot(){ String folder1 = "a"; //all files String folder2 = "a.b"; //no files --- 36,40 ---- } ! public void testAddRoot() throws NodeNotFoudException{ String folder1 = "a"; //all files String folder2 = "a.b"; //no files |