[Pkg-mozext-commits] [perspectives-extension] 36/72: changed in tests: reactive duplicate notary elimination

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 02:12:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository perspectives-extension.

commit 01564ab9ce02f6c2908216d14b76640f7c727138
Author: Gerold Meisinger <gerold.meisinger at gmail.com>
Date:   Mon Oct 20 21:58:51 2014 +0100

    changed in tests: reactive duplicate notary elimination
---
 test/test.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/test.html b/test/test.html
index a0c6cdd..4b0ce66 100644
--- a/test/test.html
+++ b/test/test.html
@@ -795,8 +795,7 @@ JaJ2Lw7kRVMCAwEAAQ==\
     count_before = Perspectives.getNotaryList().length;
     Perspectives.root_prefs.setCharPref(pref_string_extra_notaries, notary_dupe);
     notaries = Perspectives.getNotaryList();
-    assert_fixme(notaries.length === count_before, "Trying to add a duplicate notary doesn't work.");
-    //FIXME - note: this currently fails. We want to write code to prevent dupes.
+    assert(notaries.length === count_before, "Trying to add a duplicate notary doesn't work.");
 
     var sparse_notary = "perspectivesFAKETEST.networknotary.org:8080\n\n\n\n\
 -----BEGIN PUBLIC KEY-----\n\n\n\n\n\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list