Skip to content

Commit b310067

Browse files
committed
removed a dead unit test
1 parent 2c17cde commit b310067

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/object_factory_tests.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,4 @@
5959
}
6060
};
6161

62-
exports['oPatternItem initialization'] = {
63-
'test oPatternItem initializes correctly' : function(test){
64-
var pi = new of.oPatternItem();
65-
test.equals(pi.patternName, '');
66-
test.equals(pi.patternPath, '');
67-
test.equals(pi.patternPartial, '');
68-
test.done();
69-
}
70-
};
71-
7262
}());

0 commit comments

Comments
 (0)