Changed description of pubkeyRSAModulusFunctional to make more clear the test case checks multiple moduli per public key not per foaf file.
--- a/tests/earl/test.n3 Mon Jun 13 18:58:43 2011 +0200
+++ b/tests/earl/test.n3 Sun Jul 10 23:11:38 2011 +0200
@@ -73,7 +73,7 @@
dct:title "rsa:modulus is well formed" .
wit:pubkeyRSAModulusFunctional a earl:TestCase;
- dct:title "not more than one modulus";
+ dct:title "not more than one modulus per RSA public key - or else they have to be identical";
dct:description "More than one modulus if they don't convert to the same number will lead to erratic behavior (one server will choose one the other server will chose the other)".
wit:pubkeyRSAModulusLiteral a earl:TestCase;