diff options
author | Joe George <joe@zeroc.com> | 2015-06-01 14:49:05 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-06-01 15:23:28 -0400 |
commit | beeb6e2890bafb8a6efac64d069e6a6231527105 (patch) | |
tree | f05de89e160fe8d082c09856fb3c4034fd1131d3 /js/test | |
parent | Fixed test env for PHP brew and Java on Windows (diff) | |
download | ice-beeb6e2890bafb8a6efac64d069e6a6231527105.tar.bz2 ice-beeb6e2890bafb8a6efac64d069e6a6231527105.tar.xz ice-beeb6e2890bafb8a6efac64d069e6a6231527105.zip |
Fix ICE-6549
- Remove js/index.js
- Remove demo npm command
- Redirect / to frist test in js browser tests
Diffstat (limited to 'js/test')
-rw-r--r-- | js/test/Common/index.html | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/js/test/Common/index.html b/js/test/Common/index.html index c46509ef8ae..3842fff78d5 100644 --- a/js/test/Common/index.html +++ b/js/test/Common/index.html @@ -11,7 +11,7 @@ <nav class="top-bar" data-topbar> <ul class="title-area"> <li class="name"> - <h1><a href="../../../index.html">Ice for JavaScript</a></h1> + <h1><a href="#">Ice for Javascript</a></h1> </li> <li class="toggle-topbar menu-icon"><a href="#">Menu</a></li> </ul> @@ -24,7 +24,7 @@ </section> </nav> <ul class="breadcrumbs"> - <li><a href="../../../index.html">Ice</a></li> + <li>Ice</li> <li class="current"><a href="#">Test</a></li> </ul> </div> @@ -111,11 +111,11 @@ <script type="text/javascript"> /* jshint browser:true, jquery:true */ var TestCases = { - "Ice/acm": + "Ice/acm": { files: ["Test.js", "Client.js"] }, - "Ice/ami": + "Ice/ami": { files: ["Test.js", "Client.js"] }, @@ -140,7 +140,7 @@ }, ] }, - "Ice/exceptions": + "Ice/exceptions": { files: ["Test.js", "Client.js"], configurations: @@ -165,7 +165,7 @@ } ] }, - "Ice/exceptionsBidir": + "Ice/exceptionsBidir": { files: ["Test.js", "TestAMD.js", "ThrowerI.js", "AMDThrowerI.js", "../exceptions/Client.js", "Client.js"], @@ -178,19 +178,19 @@ { files: ["Test.js", "TestI.js", "../facets/Client.js", "Client.js"] }, - "Ice/hold": + "Ice/hold": { files: ["Test.js", "Client.js"] }, - "Ice/inheritance": + "Ice/inheritance": { files: ["Test.js", "Client.js"] }, - "Ice/inheritanceBidir": + "Ice/inheritanceBidir": { files: ["Test.js", "InitialI.js", "../inheritance/Client.js", "Client.js"], }, - "Ice/operations": + "Ice/operations": { files: ["Test.js", "Twoways.js", "Oneways.js", "BatchOneways.js", "Client.js"], configurations: @@ -209,9 +209,9 @@ } ] }, - "Ice/operationsBidir": + "Ice/operationsBidir": { - files: ["Test.js", "TestAMD.js", "../operations/Twoways.js", "../operations/Oneways.js", + files: ["Test.js", "TestAMD.js", "../operations/Twoways.js", "../operations/Oneways.js", "../operations/BatchOneways.js", "MyDerivedClassI.js", "AMDMyDerivedClassI.js", "../operations/Client.js", "Client.js"] }, @@ -247,9 +247,9 @@ } ] }, - "Ice/optionalBidir": + "Ice/optionalBidir": { - files: ["Test.js", "TestAMD.js", "InitialI.js", "AMDInitialI.js", "../optional/Client.js", + files: ["Test.js", "TestAMD.js", "InitialI.js", "AMDInitialI.js", "../optional/Client.js", "Client.js"] }, "Ice/promise": @@ -260,7 +260,7 @@ { files: ["Client.js"] }, - "Ice/proxy": + "Ice/proxy": { files: ["Test.js", "Client.js"], configurations: @@ -272,7 +272,6 @@ name: "AMD server" } ] - }, "Ice/retry": { |