Commit History

Author SHA1 Message Date
  Oskar Wrobel 93bc6d4130 Refactored using of converters in model utils. 9 years ago
  Oskar Wrobel 0959cedce9 Imroved some test assertions. 9 years ago
  Oskar Wrobel 2bef179be5 Removed unnecessary test cases. 9 years ago
  Oskar Wrobel f7e4d536de Refactored model utils in tests. 9 years ago
  Oskar Wrobel 5a475d1103 Adjusted tests to refactored model utils. 9 years ago
  Oskar Wrobel 3b0885dd9f Work in progress: Model utils works on convertes in both ways. 9 years ago
  Szymon Cofalik 89fffdcc38 Tests: added tests with unicode characters and also did some minor fixes in tests. 9 years ago
  Szymon Cofalik c4659768c7 Changed: converted some methods to getters and vice versa. Fixes #518. Tests: fixed 100% CC. 9 years ago
  Szymon Kupś 569c780575 Merge branch 'master' into t/455 9 years ago
  Szymon Cofalik f1585e4a98 Merge branch 'master' into t/480 9 years ago
  Piotrek Koszuliński c88cb07749 Removed use strict in all ES6 modules and fixed related files. See https://github.com/ckeditor/ckeditor5/issues/149. 9 years ago
  Szymon Cofalik 2a85897244 Refactored handling text data in model. 9 years ago
  Szymon Kupś 369531ab6a Changed model utilities setData method to use document.enqueueChanges. 9 years ago
  Oskar Wrobel 5faad92674 Renamed `END` to lower case. 9 years ago
  Oskar Wrobel 448990ca4a Renamed `BEFORE` and `AFTER` to lower case. 9 years ago
  Szymon Kupś 7abcf0c15d Added tests to model test utilities to check consistency with view test utilites. 9 years ago
  Szymon Kupś f31bd153d3 Added test and refactoring to model test utilities. 9 years ago
  Szymon Kupś 9d6a45e94a Returning parsed node or DocumentFragment in model utilities. 9 years ago
  Oskar Wrobel 02f912477c Merge branch 'master' into t/390 9 years ago
  Szymon Kupś 63a017800d Changed regexps to strings when matching whole string in to.throw() test. 9 years ago
  Oskar Wrobel b6cd907055 Fixed test for setData utils method. 9 years ago
  Oskar Wrobel a0e5b7a875 Added validation for document object in set/getData utils methods. 9 years ago
  Oskar Wrobel 564f153d7d Changed parameters orded of model.document.createRoot() method. 9 years ago
  Oskar Wrobel f04fb50286 Added parameter validation for getData(). 9 years ago
  Piotr Jasiun 370c25830c Renamed treeView to view, treeModel to model and treeController to conversion. 9 years ago
  Szymon Kupś 856a047f76 Removed other occurences of in tests. 9 years ago
  Szymon Kupś aebf94aba2 Changed withSelection option in view's and model's test utilities to withoutSelection. 9 years ago
  Szymon Kupś f008cbd61d Added test to getData/setData model test utilities. 9 years ago
  Szymon Kupś a8959357ea Added parse method to model test utilities. Moved tests from setData to parse method. 9 years ago
  Szymon Kupś f07df035b0 Added tests checking Position and Range params in model's stringify test utils. 9 years ago