Skip to content

Commit eed8210

Browse files
committed
integration test: remove old format tests
1 parent 14a2322 commit eed8210

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1
-533
lines changed

test/integration/modules/integration-test/test-case/test-case-result.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class TestCaseResult {
5757

5858
#createTestCaseResultPassed() {
5959
this.#testCaseObj.testSuiteResults.PASSED.push(this.#testCaseObj.testCase);
60-
this.#cnsl.log(("[ " + this.#testData.result.padEnd(this.#cnsl.getTestStatusPad(), " ") + " ] ").success + "[ " + String(++this.#testCaseObj.testSuiteResults.FINISHED).padEnd(this.#cnsl.getTestNumberPad(), " ") + " ] " + path.relative(TestEnv.getTestSuitePath(), path.join(TestEnv.getWorkspacePath(), this.#testCaseObj.testCase)));
60+
this.#cnsl.log(("[ " + this.#testData.result.padEnd(this.#cnsl.getTestStatusPad(), " ") + " ] ").success + "[ " + String(++this.#testCaseObj.testSuiteResults.FINISHED).padEnd(this.#cnsl.getTestNumberPad(), " ") + " ] " + "[ " + this.#testData.hash + " ] " + path.relative(TestEnv.getTestSuitePath(), path.join(TestEnv.getWorkspacePath(), this.#testCaseObj.testCase)));
6161
if (this.#testCaseObj.createImages === "ALL") {
6262
this.#createImage(this.#testData, '-1new');
6363
}

test/integration/test_options/style/plot/backgroundColor/static/chart.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/integration/test_options/style/plot/backgroundColor/static/data.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

test/integration/test_options/style/plot/backgroundColor/static/hex/000000.mjs

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/integration/test_options/style/plot/backgroundColor/static/hex/0000FF.mjs

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/integration/test_options/style/plot/backgroundColor/static/hex/00FF00.mjs

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/integration/test_options/style/plot/backgroundColor/static/hex/00FFFF.mjs

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/integration/test_options/style/plot/backgroundColor/static/hex/FF0000.mjs

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/integration/test_options/style/plot/backgroundColor/static/hex/FF00FF.mjs

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/integration/test_options/style/plot/backgroundColor/static/hex/FFFF00.mjs

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)