From: Tim P <ti...@us...> - 2008-03-25 23:27:43
|
Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28778/test/unit/org/webmacro/template Modified Files: TestMap.java Log Message: _context was hiding a field Index: TestMap.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/TestMap.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestMap.java 16 Oct 2005 17:39:42 -0000 1.1 --- TestMap.java 25 Mar 2008 23:27:40 -0000 1.2 *************** *** 7,11 **** public class TestMap extends TemplateTestCase { - Context _context; public TestMap (String name) --- 7,10 ---- |