Remove old test from web site to replace with most recent
[jabaws.git] / website / tests / clustengine / compbio.runner.probcons.ProbconsTester.html
diff --git a/website/tests/clustengine/compbio.runner.probcons.ProbconsTester.html b/website/tests/clustengine/compbio.runner.probcons.ProbconsTester.html
deleted file mode 100644 (file)
index b824aff..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-<html>
-<head>
-<title>TestNG:  compbio.runner.probcons.ProbconsTester</title>
-<link href="../testng.css" rel="stylesheet" type="text/css" />
-<link href="../my-testng.css" rel="stylesheet" type="text/css" />
-
-<style type="text/css">
-.log { display: none;} 
-.stack-trace { display: none;} 
-</style>
-<script type="text/javascript">
-<!--
-function flip(e) {
-  current = e.style.display;
-  if (current == 'block') {
-    e.style.display = 'none';
-    return 0;
-  }
-  else {
-    e.style.display = 'block';
-    return 1;
-  }
-}
-
-function toggleBox(szDivId, elem, msg1, msg2)
-{
-  var res = -1;  if (document.getElementById) {
-    res = flip(document.getElementById(szDivId));
-  }
-  else if (document.all) {
-    // this is the way old msie versions work
-    res = flip(document.all[szDivId]);
-  }
-  if(elem) {
-    if(res == 0) elem.innerHTML = msg1; else elem.innerHTML = msg2;
-  }
-
-}
-
-function toggleAllBoxes() {
-  if (document.getElementsByTagName) {
-    d = document.getElementsByTagName('div');
-    for (i = 0; i < d.length; i++) {
-      if (d[i].className == 'log') {
-        flip(d[i]);
-      }
-    }
-  }
-}
-
-// -->
-</script>
-
-</head>
-<body>
-<h2 align='center'>compbio.runner.probcons.ProbconsTester</h2><table border='1' align="center">
-<tr>
-<td>Tests passed/Failed/Skipped:</td><td>0/1/0</td>
-</tr><tr>
-<td>Started on:</td><td>Fri Jan 15 17:16:57 GMT 2010</td>
-</tr>
-<tr><td>Total time:</td><td>0 seconds (549 ms)</td>
-</tr><tr>
-<td>Included groups:</td><td></td>
-</tr><tr>
-<td>Excluded groups:</td><td></td>
-</tr>
-</table><p/>
-<small><i>(Hover the method name to see the test class name)</i></small><p/>
-<table width='100%' border='1' class='invocation-failed'>
-<tr><td colspan='4' align='center'><b>FAILED TESTS</b></td></tr>
-<tr><td><b>Test method</b></td>
-<td><b>Instance</b></td>
-<td width="10%"><b>Time (seconds)</b></td>
-<td width="30%"><b>Exception</b></td>
-</tr>
-<tr>
-<td title='compbio.runner.probcons.ProbconsTester.testExecute()'><b>testExecute</b><br>Test class:compbio.runner.probcons.ProbconsTester</td>
-<td>compbio.runner.probcons.ProbconsTester@5cbfe9d</td><td>0</td>
-<td><div><pre>java.lang.AssertionError: Result for the jobId /homes/pvtroshin/workspace/clustengine/testoutput/local/Probcons#2856735923136709 with file name output.txt is not found!
-       at compbio.runner.probcons.ProbconsTester.testExecute(ProbconsTester.java:99)
-... Removed 23 stack frames</pre></div><a href='#' onClick='toggleBox("stack-trace40515936", this, "Click to show all stack frames", "Click to hide stack frames")'>Click to show all stack frames</a>
-<div class='stack-trace' id='stack-trace40515936'><pre>java.lang.AssertionError: Result for the jobId /homes/pvtroshin/workspace/clustengine/testoutput/local/Probcons#2856735923136709 with file name output.txt is not found!
-       at org.testng.Assert.fail(Assert.java:86)
-       at compbio.runner.probcons.ProbconsTester.testExecute(ProbconsTester.java:99)
-       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
-       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
-       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
-       at java.lang.reflect.Method.invoke(Method.java:597)
-       at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:609)
-       at org.testng.internal.Invoker.invokeMethod(Invoker.java:532)
-       at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:686)
-       at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1018)
-       at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:128)
-       at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
-       at org.testng.TestRunner.runWorkers(TestRunner.java:759)
-       at org.testng.TestRunner.privateRun(TestRunner.java:592)
-       at org.testng.TestRunner.run(TestRunner.java:486)
-       at org.testng.SuiteRunner.runTest(SuiteRunner.java:332)
-       at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:327)
-       at org.testng.SuiteRunner.privateRun(SuiteRunner.java:299)
-       at org.testng.SuiteRunner.run(SuiteRunner.java:204)
-       at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:912)
-       at org.testng.TestNG.runSuitesLocally(TestNG.java:876)
-       at org.testng.TestNG.run(TestNG.java:784)
-       at org.testng.TestNG.privateMain(TestNG.java:949)
-       at org.testng.TestNG.main(TestNG.java:922)
-</pre></div></td>
-</tr>
-</table><p>
-</body>
-</html>
\ No newline at end of file