From 8d8b6688cbbb1febe92012ccc2a4158fa594fcb3 Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 5 Jul 2006 04:23:43 +0000 Subject: Fixed #223 #225 --- .../features/protected/pages/ClientScripTest.page | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 tests/FunctionalTests/features/protected/pages/ClientScripTest.page (limited to 'tests/FunctionalTests/features/protected/pages/ClientScripTest.page') diff --git a/tests/FunctionalTests/features/protected/pages/ClientScripTest.page b/tests/FunctionalTests/features/protected/pages/ClientScripTest.page deleted file mode 100644 index d5b6e182..00000000 --- a/tests/FunctionalTests/features/protected/pages/ClientScripTest.page +++ /dev/null @@ -1,30 +0,0 @@ - -

ClientScript Test

- - > - if(typeof(ClientScriptInfo) == "undefined") - ClientScriptInfo = []; - ClientScriptInfo.push("ok 3?") - - - - if(typeof(ClientScriptInfo) == "undefined") - ClientScriptInfo = []; - ClientScriptInfo.push("ok 2!") - - - - - - - Event.observe("button1", "click", function() - { - element = $("<%= $this->label1->ClientID %>"); - if(element) - element.innerHTML = "Label 1: "+inspect(ClientScriptInfo); - else - alert("failed"); - }); - - -
\ No newline at end of file -- cgit v1.2.3