OSDN Git Service

update Land-F URI
authorOlyutorskii <olyutorskii@users.osdn.me>
Fri, 7 Apr 2017 16:58:20 +0000 (01:58 +0900)
committerOlyutorskii <olyutorskii@users.osdn.me>
Fri, 7 Apr 2017 16:58:20 +0000 (01:58 +0900)
src/main/resources/jp/sourceforge/jindolf/corelib/resources/xml/landDefList.xml
src/test/java/jp/sourceforge/jindolf/corelib/LandDefTest.java

index 6d0bab3..aa1827a 100644 (file)
@@ -13,7 +13,7 @@
     xsi:schemaLocation="http://jindolf.sourceforge.jp/xml/ns/401
                         http://jindolf.sourceforge.jp/xml/xsd/coreXML-090829.xsd"
     xml:lang="ja-JP"
-    update="2011-10-18T03:00:00+09:00"
+    update="2017-04-08T01:42:00+09:00"
 >
 
 <!--
         landState="historical"
         minMembers="11"
         maxMembers="16"
-        webURI="http://ninjin002.x0.com/wolff/"
-        cgiURI="http://ninjin002.x0.com/wolff/index.rb"
+        webURI="http://ninjinix.x0.com/wolff/"
+        cgiURI="http://ninjinix.x0.com/wolff/index.rb"
         tombFaceIconURI="./plugin_wolf/img/face99.jpg"
         tombBodyIconURI="./plugin_wolf/img/body99.jpg"
         faceIconURITemplate="./plugin_wolf/img/face{0,number,#00}.jpg"
index 74c6660..d477878 100644 (file)
@@ -380,7 +380,7 @@ public class LandDefTest {
 
         assertEquals("http://ninjinix.x0.com/wolf/",
                      selectLand("wolf").getWebURI().toString());
-        assertEquals("http://ninjin002.x0.com/wolff/",
+        assertEquals("http://ninjinix.x0.com/wolff/",
                      selectLand("wolff").getWebURI().toString());
         assertEquals("http://www.wolfg.x0.com/",
                      selectLand("wolfg").getWebURI().toString());
@@ -397,7 +397,7 @@ public class LandDefTest {
 
         assertEquals("http://ninjinix.x0.com/wolf/index.rb",
                      selectLand("wolf").getCgiURI().toString());
-        assertEquals("http://ninjin002.x0.com/wolff/index.rb",
+        assertEquals("http://ninjinix.x0.com/wolff/index.rb",
                      selectLand("wolff").getCgiURI().toString());
         assertEquals("http://www.wolfg.x0.com/index.rb",
                      selectLand("wolfg").getCgiURI().toString());