Rename some tests

Change-Id: Ie0c50023a17fead64eb28e6184f70a32b626eaff
This commit is contained in:
Rob Moen 2012-05-14 17:24:11 -07:00
parent 87c05a587c
commit 30a671fcea

View file

@ -222,7 +222,7 @@ test( 'getAnnotationsFromRange', 1, function() {
'expected': [ { 'type': 'bold' }, { 'type': 'italic' } ]
},
{
'msg': 'none, non annotated character at end',
'msg': 'none common, non annotated character at end',
'data': [
['a',
{
@ -270,7 +270,7 @@ test( 'getAnnotationsFromRange', 1, function() {
'expected': []
},
{
'msg': 'none, no annotations',
'msg': 'no annotations',
'data': ['a', 'b'],
'expected': []
}