+ comment

This commit is contained in:
cbonar 2008-08-31 19:23:02 +00:00
parent 26519bb0ac
commit 217f515de3

View file

@ -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>