Skip to content

Commit

Permalink
Remove JS/TS acm test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Apr 19, 2024
1 parent d804580 commit 42f9455
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 1,154 deletions.
6 changes: 3 additions & 3 deletions js/bin/HttpServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function Init()
{
res.writeHead(302,
{
"Location": "/test/Ice/acm/controller.html&port=15002"
"Location": "/test/Ice/adapterDeactivation/controller.html&port=15002"
});
res.end();
}
Expand Down Expand Up @@ -160,11 +160,11 @@ function Init()
{
res.writeHead(302,
{
"Location": "/test/Ice/acm/index.html"
"Location": "/test/Ice/adapterDeactivation/index.html"
});
res.end();
console.log("HTTP/302 (Found) " + req.method + " " + req.url.pathname + " -> " +
"/test/Ice/acm/index.html");
"/test/Ice/adapterDeactivation/index.html");
}
else if((ext == "js" || ext == "css" || ext == "map") && req.headers["accept-encoding"].indexOf("gzip") !== -1)
{
Expand Down
2 changes: 0 additions & 2 deletions js/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ else
}

const tests = [
"test/Ice/acm",
"test/Ice/adapterDeactivation",
"test/Ice/ami",
"test/Ice/binding",
Expand Down Expand Up @@ -375,7 +374,6 @@ gulp.task(
// TypeScript tests
//
const tstests = [
"test/typescript/Ice/acm",
"test/typescript/Ice/adapterDeactivation",
"test/typescript/Ice/ami",
"test/typescript/Ice/binding",
Expand Down
4 changes: 0 additions & 4 deletions js/test/Common/TestSuites.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"Ice/acm":
{
"files": ["Test.js", "Client.js"]
},
"Ice/adapterDeactivation":
{
"files": ["Test.js", "Client.js"]
Expand Down
2 changes: 0 additions & 2 deletions js/test/Ice/acm/.gitignore

This file was deleted.

Loading

0 comments on commit 42f9455

Please sign in to comment.