Skip to content

Commit

Permalink
message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yunx committed Apr 21, 2012
1 parent bebebf6 commit 9652dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testPlugIn.js
Expand Up @@ -179,7 +179,7 @@ exports.jadiTest = function (jadiInstance){
}
for(var i=0; i<result.length; i++){
var caseResult = result[i];
if(caseResult === undefined){
if(caseResult === undefined || result.length === 0){
continue;
}
if(caseResult.getResult() === undefined){
Expand Down

0 comments on commit 9652dbb

Please sign in to comment.