Index: TestHarness4LAMS2/template.html
===================================================================
diff -u
--- TestHarness4LAMS2/template.html (revision 0)
+++ TestHarness4LAMS2/template.html (revision 5e9593a48bb1efdecbf93cdb85b92cac619287c0)
@@ -0,0 +1,80 @@
+
+
+
+
+ LAMS::Testharness Report
+
+
+
+
+
+
+
+ Testharness Report
+ generated at ${time}
+ Tip: you can modify template.html to beautify me or show the data in more sophiscated ways rather than just list them out
+ Test Summary
+
+ <#list ${testSuites} as ${testSuite}>
+ - Test Suite ${testSuite.suiteIndex} : <#if ${testSuite.finished}>finished<#else>aborted#if>
+
+ - ${testSuite.adminTest.testName} : <#if ${testSuite.adminTest.finished}>finished<#else>aborted#if>
+ - ${testSuite.authorTest.testName} : <#if ${testSuite.authorTest.finished}>finished<#else>aborted#if>
+ - ${testSuite.monitorTest.testName} : <#if ${testSuite.monitorTest.finished}>finished<#else>aborted#if>
+ - ${testSuite.learnerTest.testName} : <#if ${testSuite.learnerTest.finished}>finished<#else>aborted#if>
+ ${testSuite.learnerTest.users.length} learner(s) attended,
+ in which ${testSuite.learnerTest.countFinished} learner(s) finished,
+ and ${testSuite.learnerTest.countAborted} learner(s) aborted.
+
+
+ #list>
+
+
+ Call Records
+
+
+ Test Name |
+ Call Target |
+ Description |
+ Snapshot Time |
+ Time Used |
+ Message |
+
+ <#list ${callRecords} as ${callRecord}>
+
+ ${callRecord.testName} |
+ ${callRecord.callee} |
+ ${callRecord.description} |
+ ${callRecord.snapShotTime} |
+ ${callRecord.timeInMillis}ms |
+ ${callRecord.message} |
+
+ #list>
+
+
+
Fisheye: Tag 5e9593a48bb1efdecbf93cdb85b92cac619287c0 refers to a dead (removed) revision in file `TestHarness4LAMS2/testReport.html'.
Fisheye: No comparison available. Pass `N' to diff?