From e160944bfa1fd89f99571522040ca9b41280215d Mon Sep 17 00:00:00 2001
From: Misko Hevery
Date: Sat, 19 Feb 2011 20:33:54 -0800
Subject: fix test which fails on CI build, because the image has size
---
test/markupSpec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/markupSpec.js b/test/markupSpec.js
index 2c933f09..a4a1a923 100644
--- a/test/markupSpec.js
+++ b/test/markupSpec.js
@@ -93,7 +93,7 @@ describe("markups", function(){
compile('
');
scope.url = 'http://localhost/';
scope.$eval();
- expect(sortedHtml(element)).toEqual('
');
+ expect(element.attr('src')).toEqual('http://localhost/');
});
it('should bind href and merge with other attrs', function() {
--
cgit v1.2.3