From 4460328bc1173f5d97fb4ff54edc041968486fce Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sat, 23 Jan 2010 15:54:58 -0800 Subject: lots of cleanup to get it ready for OS --- test/formsTest.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test/formsTest.js (limited to 'test/formsTest.js') diff --git a/test/formsTest.js b/test/formsTest.js deleted file mode 100644 index ccade915..00000000 --- a/test/formsTest.js +++ /dev/null @@ -1,18 +0,0 @@ -nglrTest = TestCase('nglrTest'); - -nglrTest.prototype.testShiftBind = function(){ - expectAsserts(3); - shiftBind('this', function(target, arg) { - assertEquals(this, 'this'); - assertEquals(target, 'target'); - assertEquals(arg, 'arg'); - }).apply('target', ['arg']); -}; - -nglrTest.prototype.testBind = function(){ - expectAsserts(2); - bind('this', function(arg) { - assertEquals(this, 'this'); - assertEquals(arg, 'arg'); - }).apply('XXX', ['arg']); -}; -- cgit v1.2.3