提交 530c5c17 编写于 作者: L luqiong

【test】删除plugins下四个用例

上级 1c043d05
/**
* Created by JetBrains PhpStorm.
* User: dongyancen
* Date: 12-9-17
* Time: 下午2:19
* To change this template use File | Settings | File Templates.
*/
module( 'plugins.attachment' );
test( '检查高亮', function() {
var editor = te.obj[0];
editor.focus();
equal( editor.queryCommandState( 'attachment' ), 0, 'check attachment state' );
} );
\ No newline at end of file
/**
* Created by JetBrains PhpStorm.
* User: lisisi01
* Date: 12-9-18
* Time: 下午12:33
* To change this template use File | Settings | File Templates.
*/
module('plugins.emotion');
test('选择表情',function(){
var editor=te.obj[0];
editor.focus();
equal(editor.queryCommandState('emotion'),0,'state');
});
\ No newline at end of file
/**
* Created by JetBrains PhpStorm.
* User: lisisi01
* Date: 12-9-18
* Time: 下午12:59
* To change this template use File | Settings | File Templates.
*/
module('plugins.map');
test('选择地图',function(){
var editor=te.obj[0];
editor.focus();
equal(editor.queryCommandState('map'),0,'map state');
equal(editor.queryCommandState('gmap'),0,'gmap state');
});
\ No newline at end of file
/**
* Created by JetBrains PhpStorm.
* User: dongyancen
* Date: 12-9-18
* Time: 下午4:34
* To change this template use File | Settings | File Templates.
*/
module( 'plugins.spechars' );
test( '检查高亮', function() {
var editor = te.obj[0];
editor.focus();
equal( editor.queryCommandState( 'spechars' ), 0, 'check attachment state' );
} );
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册