|
From: <lh...@us...> - 2010-01-10 17:23:18
|
Revision: 133
http://tmapi.svn.sourceforge.net/tmapi/?rev=133&view=rev
Author: lheuer
Date: 2010-01-10 17:23:12 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
Replaced references to http://www.semagia.com/ with http://www.tmapi.org/
Modified Paths:
--------------
trunk/src/test/java/org/tmapi/core/TestLocator.java
Modified: trunk/src/test/java/org/tmapi/core/TestLocator.java
===================================================================
--- trunk/src/test/java/org/tmapi/core/TestLocator.java 2010-01-10 17:20:11 UTC (rev 132)
+++ trunk/src/test/java/org/tmapi/core/TestLocator.java 2010-01-10 17:23:12 UTC (rev 133)
@@ -104,10 +104,10 @@
* must not be stripped away from the address.
*/
public void testNormizationPreserveEmpty() {
- String ref = "http://www.semagia.com/x?";
- assertEquals("http://www.semagia.com/x?", _tm.createLocator(ref).toExternalForm());
- ref = "http://www.semagia.com/x#";
- assertEquals("http://www.semagia.com/x#", _tm.createLocator(ref).toExternalForm());
+ String ref = "http://www.tmapi.org/x?";
+ assertEquals("http://www.tmapi.org/x?", _tm.createLocator(ref).toExternalForm());
+ ref = "http://www.tmapi.org/x#";
+ assertEquals("http://www.tmapi.org/x#", _tm.createLocator(ref).toExternalForm());
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|