Skip to content

Commit 8d37a26

Browse files
Mihail Slavchevatanasovg
authored andcommitted
rename global functions
1 parent 8c01ebf commit 8d37a26

7 files changed

+8
-6
lines changed

test-app/assets/app/tests/exceptionHandlingTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,4 @@ describe("Tests exception handling ", function () {
266266
expect(exceptionCaught).toBe(true);
267267

268268
});
269-
});
269+
});

test-app/assets/app/tests/extendClassNameTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ describe("Tests extend class name ", function () {
4040

4141
expect(exceptionCaught).toBe(true);
4242
});
43-
});
43+
});

test-app/assets/app/tests/inheritanceChainResolutionTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ describe("Tests inheritance chain resolution", function () {
2929

3030
expect(s).toBe("Object=test123");
3131
});
32-
});
32+
});

test-app/assets/app/tests/stringConversionTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ describe("Tests string conversion ", function () {
9797

9898
expect(isEqualsString).toBe(true);
9999
});
100-
});
100+
});

test-app/assets/app/tests/testIfAbleToRunExternalFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ describe("Tests running external files", function () {
2727
expect(exceptionCaught).toBe(true);
2828
});
2929

30-
});
30+
});

test-app/assets/app/tests/tests.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,6 +1410,8 @@ describe("Tests ", function () {
14101410

14111411
expect(exceptionCaught).toBe(true);
14121412
});
1413+
Assert(exceptionCaught === true, "TestThrowJavaScriptExceptionWhenOverideMethodImplementationIsDeleted FAILED (1): No exception is thrown");
1414+
>>>>>>> rename global functions
14131415

14141416
it("TestThrowJavaScriptExceptionWhenCallJavaMethodWithJavaScriptPrimitiveWhenJavaRefIsExpected", function () {
14151417

test-app/assets/app/tests/testsForRuntimeBindingGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ describe("Tests for runtime binding generator", function () {
4848
var isInstanceOf = dummyObject instanceof com.tns.tests.DummyClass;
4949
expect(isInstanceOf).toEqual(true);
5050
});
51-
});
51+
});

0 commit comments

Comments
 (0)