From 5a8ad8fe329fc09898ff43a060710265d38393be Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 1 Dec 2010 20:29:54 -0800 Subject: Closes #170. Corrected the behavior of select when options are ng:repeated - Delete $postEval method, as it was a hack --- test/ValidatorsTest.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/ValidatorsTest.js') diff --git a/test/ValidatorsTest.js b/test/ValidatorsTest.js index cc77b6da..f740c7b2 100644 --- a/test/ValidatorsTest.js +++ b/test/ValidatorsTest.js @@ -104,12 +104,6 @@ describe('Validator:asynchronous', function(){ afterEach(function(){ if (self.$element) self.$element.remove(); - var oldCache = jqCache; - jqCache = {}; - if (size(oldCache)) { - dump(oldCache); - } - expect(size(oldCache)).toEqual(0); }); it('should make a request and show spinner', function(){ -- cgit v1.2.3