summaryrefslogtreecommitdiff
path: root/js/test
diff options
context:
space:
mode:
Diffstat (limited to 'js/test')
-rw-r--r--js/test/Common/index.html31
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":
{