Skip to content

Commit

Permalink
update test use the same template file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichun Zhan committed Jan 16, 2014
1 parent 4d8a236 commit f925d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ YUI.add('ActionContextMojit', function(Y, NAME) {
}else if(test=="done8"){
ac.done({data:"Hello, world!--from done"}, {view: {name: "mytemplate"}});
}else if(test=="done9"){
ac.done({ foo: null }, {view: {name: "mytemplate1"}});
ac.done({ foo: null }, {view: {name: "testdir/mytemplate1"}});
}else if(test=="done10"){
ac.done({ foo: [ 1, 2, null, 4 ]}, {view: {name: "testdir/mytemplate1"}} );
}else if(test=="flush8"){
Expand Down

0 comments on commit f925d3c

Please sign in to comment.