mirror of
https://github.com/nicolabs/ciform.git
synced 2025-09-07 01:27:52 +02:00
# /javascript/ -> /resources/
+ SuccessTest1.html
This commit is contained in:
parent
109f5b1f72
commit
6031d4cf3c
24
ant-jsunit-hieatt/trunk/src/test/resources/SuccessTest1.html
Normal file
24
ant-jsunit-hieatt/trunk/src/test/resources/SuccessTest1.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Test Page for Ciform</title>
|
||||
|
||||
<!-- JsUnit requirement -->
|
||||
<script language="javascript" src="/opt/jsunit/app/jsUnitCore.js"></script>
|
||||
|
||||
<!-- Unit tests -->
|
||||
<script language="javascript">
|
||||
|
||||
function testAlwaysSucceed()
|
||||
{
|
||||
assertTrue("This test will always succeed",true);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Test Page for Ciform</h1>
|
||||
|
||||
<p>This page is a unit test.<br>
|
||||
It must be open with <a href="http://www.jsunit.net/">JsUnit's TestRunner</a>.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue