Modeling LID--Test cases

From lid.netmesh.org

Revision as of 05:26, 4 June 2005 by Joaquin (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Contents


Back to Modeling LID--Testing the model

Test 1

An unplanned test. See the result at Modeling LID--Test results


The remaining tests are to represent in the model examples from RFC 2435 and RFC 2426.

Test 2
 BEGIN:vCard
 VERSION:3.0
 FN:Frank Dawson
 ORG:Lotus Development Corporation
 ADR;TYPE=WORK,POSTAL,PARCEL:;;6544 Battleford Drive;Raleigh;NC;27613-3502;U.S.A.
 TEL;TYPE=VOICE,MSG,WORK:+1-919-676-9515
 TEL;TYPE=FAX,WORK:+1-919-676-9564
 EMAIL;TYPE=INTERNET,PREF:Frank_Dawson@Lotus.com
 EMAIL;TYPE=INTERNET:fdawson@earthlink.net
 URL:http://home.earthlink.net/~fdawson
 END:vCard
Test 3
 <foaf:Person>
   <foaf:name>Dan Brickley</foaf:name>
   <foaf:mbox_sha1sum>241021fb0e6289f92815fc210f9e9137262c252e</foaf:mbox_sha1sum>
   <foaf:homepage rdf:resource="http://rdfweb.org/people/danbri/" />
   <foaf:img rdf:resource="danbri-small.jpeg" />
 </foaf:Person>

(I see i have a problem here, oh Wiki skilled. The homepage, which i would like to show only as text, not as a link, shows as a link, and the img, which appears in the Wiki edit text box as text, shows as nothing, not even the serious blueish face. Well, we are doing models here, not learning Wiki tricks, so i leave it as it is.)

Back to Modeling LID--Testing the model