test wysihtml5 ok

This commit is contained in:
vitalets
2013-01-07 11:30:35 +04:00
parent df03c14c8d
commit 927d426d8d
3 changed files with 59 additions and 5 deletions

@ -27,15 +27,15 @@ require(["loader", jqurl], function(loader) {
});
function addTests(config) {
var date;
var custom;
switch(params.f) {
case 'bootstrap':
date = ['test/unit/datefield', 'test/unit/date'];
custom = ['test/unit/datefield', 'test/unit/date', 'test/unit/wysihtml5'];
break;
default:
date = ['test/unit/dateuifield', 'test/unit/dateui'];
custom = ['test/unit/dateuifield', 'test/unit/dateui'];
}
var tests = [
@ -46,7 +46,7 @@ require(["loader", jqurl], function(loader) {
'test/unit/select',
'test/unit/checklist'
];
tests = tests.concat(date);
tests = tests.concat(custom);
tests.push('test/unit/api');
for(var i=0; i<tests.length-1; i++) {