mirror of
https://github.com/nicolabs/ciform.git
synced 2026-04-17 16:35:28 +02:00
+ comment
This commit is contained in:
parent
26519bb0ac
commit
217f515de3
|
|
@ -21,9 +21,10 @@
|
|||
-->
|
||||
<script language="javascript">
|
||||
|
||||
// reuse of the "sha1_vm_test" found in the library itself
|
||||
function testHexSHA1()
|
||||
{
|
||||
assertEquals( "Performs a simple self-test to see if the VM is working", "a9993e364706816aba3e25717850c26c9cd0d89d", hex_sha1("abc") );
|
||||
assertEquals( "Performs a simple self-test to see if the VM is working", "a9993e364706816aba3e25717850c26c9cd0d89d", hex_sha1("abo") );
|
||||
}
|
||||
|
||||
</script>
|
||||
|
|
@ -39,4 +40,4 @@
|
|||
<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>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue