Remove test for Path#hidden which was removed already.

This commit is contained in:
Jürg Lehni 2011-05-15 15:10:53 +01:00
parent 252a3635dc
commit f150552a9c

View file

@ -204,14 +204,6 @@ test('getPreviousSibling() / getNextSibling()', function() {
}, true);
});
test('hidden', function() {
var firstPath = new Path();
firstPath.visible = false;
equals(function() {
return firstPath.hidden;
}, true);
});
test('reverseChildren()', function() {
var doc = paper.document;
var path = new Path();