diff options
author | Jose <jose@zeroc.com> | 2015-06-15 20:07:33 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-06-15 20:07:33 +0200 |
commit | 401cab1f701aa1ddd319c2068c0f802fcc992f5c (patch) | |
tree | b03d26a350ddabbd55843353fcb09d98f51bd8e9 /js/test | |
parent | Don't throw RetryException if the failure occurs during connection establishe... (diff) | |
download | ice-401cab1f701aa1ddd319c2068c0f802fcc992f5c.tar.bz2 ice-401cab1f701aa1ddd319c2068c0f802fcc992f5c.tar.xz ice-401cab1f701aa1ddd319c2068c0f802fcc992f5c.zip |
Fix to run browser tests with CSharp servers
Diffstat (limited to 'js/test')
-rw-r--r-- | js/test/Common/index.html | 6 |
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"] } ] }, |