Path tests: rename test.

This commit is contained in:
Jonathan Puckey 2011-04-22 11:40:54 +02:00
parent 4d89d6c235
commit c9898ef3b0

View file

@ -78,7 +78,7 @@ test('path.remove()', function() {
});
test('path.remove()', function() {
test('Is the path deselected after setting a new list of segments?', function() {
var doc = new Document();
var path = new Path([0, 0]);
path.selected = true;