Changed description of pubkeyRSAModulusFunctional to make more clear the test case checks multiple moduli per public key not per foaf file.
authorbergi
Sun, 10 Jul 2011 23:11:38 +0200
changeset 149 cfe2b9d82c74
parent 148 55f18239ed1a
child 151 0b48eeee5bba
Changed description of pubkeyRSAModulusFunctional to make more clear the test case checks multiple moduli per public key not per foaf file.
tests/earl/test.n3
--- 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;