From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dojox/encoding/tests/digests/MD5.js | 26 ---------------------- includes/js/dojox/encoding/tests/digests/_base.js | 12 ---------- .../js/dojox/encoding/tests/digests/runTests.html | 9 -------- 3 files changed, 47 deletions(-) delete mode 100644 includes/js/dojox/encoding/tests/digests/MD5.js delete mode 100644 includes/js/dojox/encoding/tests/digests/_base.js delete mode 100644 includes/js/dojox/encoding/tests/digests/runTests.html (limited to 'includes/js/dojox/encoding/tests/digests') diff --git a/includes/js/dojox/encoding/tests/digests/MD5.js b/includes/js/dojox/encoding/tests/digests/MD5.js deleted file mode 100644 index 8bfcfeb..0000000 --- a/includes/js/dojox/encoding/tests/digests/MD5.js +++ /dev/null @@ -1,26 +0,0 @@ -if(!dojo._hasResource["dojox.encoding.tests.digests.MD5"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. -dojo._hasResource["dojox.encoding.tests.digests.MD5"] = true; -dojo.provide("dojox.encoding.tests.digests.MD5"); -dojo.require("dojox.encoding.digests.MD5"); - -(function(){ - var message="The rain in Spain falls mainly on the plain."; - var base64="OUhxbVZ1Mtmu4zx9LzS5cA=="; - var hex="3948716d567532d9aee33c7d2f34b970"; - var s="9HqmVu2\xD9\xAE\xE3<}/4\xB9p"; - var ded=dojox.encoding.digests; - - tests.register("dojox.encoding.tests.digests.MD5", [ - function testBase64Compute(t){ - t.assertEqual(base64, ded.MD5(message)); - }, - function testHexCompute(t){ - t.assertEqual(hex, ded.MD5(message, ded.outputTypes.Hex)); - }, - function testStringCompute(t){ - t.assertEqual(s, ded.MD5(message, ded.outputTypes.String)); - } - ]); -})(); - -} diff --git a/includes/js/dojox/encoding/tests/digests/_base.js b/includes/js/dojox/encoding/tests/digests/_base.js deleted file mode 100644 index a2bc2fd..0000000 --- a/includes/js/dojox/encoding/tests/digests/_base.js +++ /dev/null @@ -1,12 +0,0 @@ -if(!dojo._hasResource["dojox.encoding.tests.digests._base"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. -dojo._hasResource["dojox.encoding.tests.digests._base"] = true; -dojo.provide("dojox.encoding.tests.digests._base"); -dojo.require("dojox.encoding.digests._base"); - -try{ - dojo.require("dojox.encoding.tests.digests.MD5"); -}catch(e){ - doh.debug(e); -} - -} diff --git a/includes/js/dojox/encoding/tests/digests/runTests.html b/includes/js/dojox/encoding/tests/digests/runTests.html deleted file mode 100644 index 6c41e6e..0000000 --- a/includes/js/dojox/encoding/tests/digests/runTests.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - Dojox.wire Unit Test Runner - - - Redirecting to D.O.H runner. - - -- cgit v1.2.3-54-g00ecf