Index: TestHarness4LAMS2/template.html
===================================================================
RCS file: /usr/local/cvsroot/TestHarness4LAMS2/template.html,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ TestHarness4LAMS2/template.html 11 Aug 2006 06:49:30 -0000 1.1
@@ -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 1.2 refers to a dead (removed) revision in file `TestHarness4LAMS2/testReport.html'.
Fisheye: No comparison available. Pass `N' to diff?