From 05d4971abb5b8e21c5d33a71771a961c7932206b Mon Sep 17 00:00:00 2001
From: Misko Hevery
Date: Wed, 20 Oct 2010 23:17:59 -0700
Subject: fix some of the failing ie tests
---
test/scenario/dslSpec.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'test')
diff --git a/test/scenario/dslSpec.js b/test/scenario/dslSpec.js
index 0d523ad3..e3e06b3e 100644
--- a/test/scenario/dslSpec.js
+++ b/test/scenario/dslSpec.js
@@ -222,11 +222,11 @@ describe("angular.scenario.dsl", function() {
});
it('should execute custom query', function() {
- doc.append('');
+ doc.append('');
$root.dsl.element('#test').query(function(elements, done) {
done(null, elements.attr('href'));
});
- expect($root.futureResult).toEqual('myUrl');
+ expect($root.futureResult).toEqual('http://example.com/myUrl');
});
});
--
cgit v1.2.3