summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-06-15 20:07:33 +0200
committerJose <jose@zeroc.com>2015-06-15 20:07:33 +0200
commit401cab1f701aa1ddd319c2068c0f802fcc992f5c (patch)
treeb03d26a350ddabbd55843353fcb09d98f51bd8e9 /js
parentDon't throw RetryException if the failure occurs during connection establishe... (diff)
downloadice-401cab1f701aa1ddd319c2068c0f802fcc992f5c.tar.bz2
ice-401cab1f701aa1ddd319c2068c0f802fcc992f5c.tar.xz
ice-401cab1f701aa1ddd319c2068c0f802fcc992f5c.zip
Fix to run browser tests with CSharp servers
Diffstat (limited to 'js')
-rw-r--r--js/test/Common/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/test/Common/index.html b/js/test/Common/index.html
index 0c2fac7bab1..071fad10be1 100644
--- a/js/test/Common/index.html
+++ b/js/test/Common/index.html
@@ -49,7 +49,7 @@
<select id="language">
<option value="cpp">C++</option>
<option value="java">Java</option>
- <option value="cs">C#</option>
+ <option value="csharp">C#</option>
</select>
</div>
</div>
@@ -202,10 +202,10 @@
name: "AMD server"
},
{
- name: "TIE server", langs: ["java", "C#"]
+ name: "TIE server", langs: ["java", "csharp"]
},
{
- name: "AMD TIE server", langs: ["java", "C#"]
+ name: "AMD TIE server", langs: ["java", "csharp"]
}
]
},