Skip to content

Commit

Permalink
Minor fixes to namespace test.
Browse files Browse the repository at this point in the history
  • Loading branch information
metajack committed Feb 27, 2009
1 parent e59bafd commit 7a4ea37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests.js
Expand Up @@ -6,8 +6,8 @@ $(document).ready(function () {
$build("iq", {}).tree(),
$pres().tree()];
$.each(stanzas, function () {
equals(Strophe.NS.CLIENT, $(this).attr("xmlns"),
"Namespace should be '" + Strophe.NS.CLIENT + "'.");
equals($(this).attr("xmlns"), Strophe.NS.CLIENT,
"Namespace should be '" + Strophe.NS.CLIENT + "'");
});
});
});

0 comments on commit 7a4ea37

Please sign in to comment.