From c4ef1f2fdd73bdaeda879e596d3d96e4e68cb6fd Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 8 Apr 2010 13:43:40 -0700 Subject: tests failing jstd to show cory --- test/moveToAngularCom/MiscTest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/moveToAngularCom/MiscTest.js') diff --git a/test/moveToAngularCom/MiscTest.js b/test/moveToAngularCom/MiscTest.js index db6e8563..aa0e1186 100644 --- a/test/moveToAngularCom/MiscTest.js +++ b/test/moveToAngularCom/MiscTest.js @@ -7,13 +7,13 @@ BinderTest.prototype.testExpandEntityTagWithName = function(){ assertEquals("friend", c.scope.$get("friend.$$anchor")); }; -BinderTest.prototype.XtestExpandSubmitButtonToAction = function(){ +BinderTest.prototype.testExpandSubmitButtonToAction = function(){ var html = this.compileToHtml(''); assertTrue(html, html.indexOf('ng-action="$save()"') > 0 ); assertTrue(html, html.indexOf('ng-bind-attr="{"disabled":"{{$invalidWidgets}}"}"') > 0 ); }; -BinderTest.prototype.XtestReplaceFileUploadWithSwf = function(){ +BinderTest.prototype.testReplaceFileUploadWithSwf = function(){ expectAsserts(1); var form = jQuery("body").append('
'); form.data('scope', new Scope()); -- cgit v1.2.3