|
From: Pelle B. <pe...@us...> - 2004-04-17 19:28:32
|
Update of /cvsroot/neuclear/neuclear-id/src/testdata/targettests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30148/src/testdata/targettests Added Files: notargets.html targetlist.html unknowntargets.html Log Message: Identity is now fully html based as is the ServiceBuilder. VerifyingReader correctly identifies html files and parses them as such. Targets and Target now parse html link tags AssetBuilder and ExchangeAgentBuilder have been updated to support it and provide html formatted contracts. The Asset.Reader and ExchangeAgent.Reader still need to be updated. --- NEW FILE: notargets.html --- <html> <head> <title>Targets</title> </head> <body> This contains no targets </body> </html> --- NEW FILE: targetlist.html --- <html> <head> <title>Targets</title> <link rel="neu:receiver" href="http://portfolio.neuclear.org"/> <!--Ignore this one--> <link rel="neureceiver" href="http://portfolio.neuclear.org"/> <link rel="neu:receiver" href="mailto:pe...@ne..."/> <link rel="neu:logger" href="http://logger.neuclear.org"/> <link rel="neu:auditor" href="http://auditor.neuclear.org"/> <link rel="neu:misc" href="http://misc.neuclear.org"/> <link rel="neu:controller" href="http://controller.neuclear.org"/> </head> <body> This contains 6 targets </body> </html> --- NEW FILE: unknowntargets.html --- <html> <head> <title>Targets</title> <link rel="neu:foo" href="http://portfolio.neuclear.org"/> <link rel="neu:foo" href="http://portfolio.neuclear.org"/> <link rel="neu:foo" href="http://portfolio.neuclear.org"/> <link rel="neu:foo" href="http://portfolio.neuclear.org"/> <link rel="neu:foo" href="http://portfolio.neuclear.org"/> <link rel="neu:foo" href="http://portfolio.neuclear.org"/> <link rel="neu:foo" href="http://portfolio.neuclear.org"/> <link rel="neu:foo" href="http://portfolio.neuclear.org"/> </head> <body> This contains 8 unknown targets </body> </html> |