Skip to content

Commit

Permalink
Syntax error that prevented the JasmineAdapter.js file from being loa…
Browse files Browse the repository at this point in the history
…ded when running tests
  • Loading branch information
danielstocks committed Sep 21, 2011
1 parent 406d658 commit 28f0b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JasmineAdapter.js
Expand Up @@ -118,7 +118,7 @@ jstestdriver.pluginRegistrar.register({
getTestRunsConfigurationFor: function(testCaseInfos, expressions, testRunsConfiguration) {
for (var i = 0; i < testCaseInfos.length; i++) {
if (testCaseInfos[i].getType() == JASMINE_TYPE) {
testRunsConfiguration.push(new jstestdriver.TestRunConfiguration(testCaseInfos[i], []);
testRunsConfiguration.push(new jstestdriver.TestRunConfiguration(testCaseInfos[i], []));
}
}
return false; // allow other TestCases to be collected.
Expand Down

0 comments on commit 28f0b39

Please sign in to comment.