Update of /cvsroot/tail/Tail/src/test/net/sf/tail/report/html
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2056/src/test/net/sf/tail/report/html
Modified Files:
CompleteHtmlGeneratorTest.java
Log Message:
arrumando testes
Index: CompleteHtmlGeneratorTest.java
===================================================================
RCS file: /cvsroot/tail/Tail/src/test/net/sf/tail/report/html/CompleteHtmlGeneratorTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CompleteHtmlGeneratorTest.java 25 Sep 2007 00:04:23 -0000 1.2
--- CompleteHtmlGeneratorTest.java 1 Oct 2007 17:11:16 -0000 1.3
***************
*** 32,38 ****
private CompleteHtmlGenerator html;
! protected static final String FM_REPORT_DIR = "reports/";
! protected static final String FM_CHART_DIR = "PNGCharts/";
@Before
--- 32,38 ----
private CompleteHtmlGenerator html;
! protected static final String FM_REPORT_DIR = "reports" + File.separatorChar;
! protected static final String FM_CHART_DIR = "PNGCharts" + File.separatorChar;
@Before
|