Commit 8c64e4779203ef3f9cce8adb8d3afd896ca364e1

Jannik Zschiesche 2015-06-01T21:12:37

Fixed internal test names

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/run.js b/tests/run.js
index 50bd20f..32dab49 100644
--- a/tests/run.js
+++ b/tests/run.js
@@ -20,7 +20,7 @@ for (var language in testSuite)
 				function (filePath) {
 					var fileName = path.basename(filePath);
 
-					it("Should pass test case '" + fileName + "'",
+					it("– should pass test case '" + fileName + "'",
 						function () {
 							TestCase.runTestCase(language, filePath);
 						}