Skip to content

Commit

Permalink
Merge branch 't/13859'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Oct 22, 2015
2 parents 8565201 + 8b7b0d8 commit aaf4c8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Fixed Issues:
* [#13361](http://dev.ckeditor.com/ticket/13361): Fixed: Images fail when site path includes parentheses because background-image path needs single-quotes around URL value.
* [#13798](http://dev.ckeditor.com/ticket/13798): Fixed: Changing paragraph format causes cursor to move on Firefox 41.

Other Changes:

* [#13859](http://dev.ckeditor.com/ticket/13859): TCs created with `benter.tools.createTestsForEditors` will also receive editor bot as a second parameter.

## CKEditor 4.5.4

New Features:
Expand Down
2 changes: 1 addition & 1 deletion tests/_benderjs/ckeditor/static/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@

outputTests[ specificTestName ] = ( function( testName, editorName ) {
return function() {
inputTests[ testName ]( bender.editors[ editorName ] );
inputTests[ testName ]( bender.editors[ editorName ], bender.editorBots [ editorName ] );
};
} )( testName, editorName );
}
Expand Down

0 comments on commit aaf4c8d

Please sign in to comment.