diff options
author | xue <> | 2006-07-04 23:25:41 +0000 |
---|---|---|
committer | xue <> | 2006-07-04 23:25:41 +0000 |
commit | 9cc6b7fffd31f4b9ee9aceef9224c84dcf28aeb8 (patch) | |
tree | d3d6d907278b06feef3fc77c14d2231cfbff1125 /tests/FunctionalTests/features/protected/pages/test.js | |
parent | 2cf86eb80ae66da86eb2e37f0f99b2035241d3ae (diff) |
Merge from 3.0 branch till 1239.
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/test.js')
-rw-r--r-- | tests/FunctionalTests/features/protected/pages/test.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/test.js b/tests/FunctionalTests/features/protected/pages/test.js new file mode 100644 index 00000000..e8e80b19 --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/test.js @@ -0,0 +1,4 @@ +if(typeof(ClientScriptInfo) == "undefined") + ClientScriptInfo = []; + +ClientScriptInfo.push("ok")
\ No newline at end of file |