adds footer to the HTML report.
[cfb.git] / test / net / jaekl / cfb / analyze / HtmlReportTest.java
index 0938cb73f186102c10e77ca5eca5c094b8ec6ce5..154a29187704a7967106fc13e74d2cb517f52494 100644 (file)
@@ -149,6 +149,9 @@ public class HtmlReportTest {
                                
                // The character set UTF-8 should be specified
                assertTrue(html.contains("<META CHARSET=\"UTF-8\"/>"));         
+               
+               // The footer should be present
+               assertTrue(html.contains("DIV CLASS=\"Footer\">Report generated by <A HREF=\"https://jaekl.net/cfb/\">CFB</A></DIV>"));
        }
        
        @Before