From b3100679e4a073d7f5d9f03d6ed4bdd7bd6df55a Mon Sep 17 00:00:00 2001 From: BRIAN MUENZENMEYER Date: Wed, 22 Apr 2015 23:36:36 -0500 Subject: [PATCH] removed a dead unit test --- test/object_factory_tests.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/object_factory_tests.js b/test/object_factory_tests.js index 23cd90587..9bffad0ab 100644 --- a/test/object_factory_tests.js +++ b/test/object_factory_tests.js @@ -59,14 +59,4 @@ } }; - exports['oPatternItem initialization'] = { - 'test oPatternItem initializes correctly' : function(test){ - var pi = new of.oPatternItem(); - test.equals(pi.patternName, ''); - test.equals(pi.patternPath, ''); - test.equals(pi.patternPartial, ''); - test.done(); - } - }; - }()); \ No newline at end of file