From 37fe3f09d4c51d0404504bd1c816c55112d94bbc Mon Sep 17 00:00:00 2001 From: Diullei Gomes Date: Sun, 24 Feb 2013 02:37:21 -0300 Subject: [PATCH] test code adjusted --- _infrastructure/tests/testRunner.js | 2 +- _infrastructure/tests/testRunner.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_infrastructure/tests/testRunner.js b/_infrastructure/tests/testRunner.js index 9725acc569..b914675582 100644 --- a/_infrastructure/tests/testRunner.js +++ b/_infrastructure/tests/testRunner.js @@ -490,7 +490,7 @@ var cfg = { '.git': true, '.gitignore': true, 'package.json': true, - '_tests': true, + '_infrastructure': true, '.travis.yml': true, 'LICENSE': true, 'README.md': true, diff --git a/_infrastructure/tests/testRunner.ts b/_infrastructure/tests/testRunner.ts index 5574638453..901a56dab2 100644 --- a/_infrastructure/tests/testRunner.ts +++ b/_infrastructure/tests/testRunner.ts @@ -9,7 +9,7 @@ var cfg = { '.git': true, '.gitignore': true, 'package.json': true, - '_tests': true, + '_infrastructure': true, '.travis.yml': true, 'LICENSE': true, 'README.md': true,