From 91c835dc0eb5b03e968ad890c41323de80bf45da Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 3 Nov 2010 10:41:37 -0700 Subject: fix dslSpec for IE --- test/scenario/dslSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scenario/dslSpec.js b/test/scenario/dslSpec.js index 881d629c..f9833e8b 100644 --- a/test/scenario/dslSpec.js +++ b/test/scenario/dslSpec.js @@ -391,7 +391,7 @@ describe("angular.scenario.dsl", function() { it('should return innerHTML for all the other elements', function() { doc.append('
some value
'); $root.dsl.binding('foo.bar'); - expect($root.futureResult).toEqual('some value'); + expect($root.futureResult.toLowerCase()).toEqual('some value'); }); it('should select binding in template by name', function() { -- cgit v1.2.3