diff options
author | Adam Young <ayoung@redhat.com> | 2011-07-08 10:15:16 -0400 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-07-08 17:34:55 +0000 |
commit | 30492ef3faad5eabeb91930795fbfd413a732932 (patch) | |
tree | ccca73dd98ee11a7c38089a6684173651fb3ac14 /install/ui/test | |
parent | 2337fb57601a29e41d9a94ed161104740cd8027c (diff) | |
download | freeipa-30492ef3faad5eabeb91930795fbfd413a732932.tar.gz freeipa-30492ef3faad5eabeb91930795fbfd413a732932.tar.xz freeipa-30492ef3faad5eabeb91930795fbfd413a732932.zip |
clear errors on reset
https://fedorahosted.org/freeipa/ticket/1446
Diffstat (limited to 'install/ui/test')
-rw-r--r-- | install/ui/test/details_tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/test/details_tests.js b/install/ui/test/details_tests.js index 71e6bf98e..1b19f4b3e 100644 --- a/install/ui/test/details_tests.js +++ b/install/ui/test/details_tests.js @@ -170,7 +170,7 @@ test("Testing details lifecycle: create, setup, load.", function(){ widget.save = function() { save_called = true; - widget.widget_save(); + return widget.widget_save(); }; return widget; } |