From f150552a9c5e73edbe9cbbc4eda987b56f8e8926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sun, 15 May 2011 15:10:53 +0100 Subject: [PATCH] Remove test for Path#hidden which was removed already. --- test/tests/Item.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/tests/Item.js b/test/tests/Item.js index a31488cb..029f94b0 100644 --- a/test/tests/Item.js +++ b/test/tests/Item.js @@ -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();