heuer / sdshare-tests

SDShare test suite
Apache License 2.0
3 stars 1 forks source link

sdshare-tests doesn't find the collection feed #4

Closed larsga closed 13 years ago

larsga commented 13 years ago

I run the tests now, and get INFO: No collection feeds found in http://localhost:8080/sdshare/topicmaps.jsp

However, there is a feed there.

<feed xmlns="http://www.w3.org/2005/Atom" xmlns:sdshare="http://www.egovpt.org/sdshare">
  <title>SDshare feeds from localhost</title>
  <updated>2010-10-21T17:34:09Z</updated>
  <author>
    <name>Ontopia SDshare server</name>
  </author>
  <id>http://localhost:8080/sdshare/</id>
  <link href="http://localhost:8080/sdshare/"></link>
  <entry>
    <title>beer.xtm</title>
    <updated>2010-10-21T17:34:09Z</updated>
    <id>http://localhost:8080/sdshare/beer.xtm</id>
    <link href="collection.jsp?topicmap=beer.xtm" type="application/atom+xml" rel="http://www.egovpt.org/sdshare/collectionfeed"></link>
    <link href="collection.jsp?topicmap=beer.xtm" type="application/atom+xml" rel="alternate"></link>
  </entry>
</feed>

String concatenation error caused by namespace change?

heuer commented 13 years ago

Yeah, string concatenation error :/ Fixed in f9e569891691a72f1fa9763cc221c420ef3b0483