[Jiemamy-notify:2393] commit [3394] pom. xml 内の project . version は親プロジェクトのバージョンを見るため、親プロジェクトのバージョンとの比較に変更。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 5月 9日 (土) 12:10:33 JST


Revision: 3394
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3394
Author:   ewigkeit1204
Date:     2009-05-09 12:10:33 +0900 (Sat, 09 May 2009)

Log Message:
-----------
pom.xml 内の project.version は親プロジェクトのバージョンを見るため、親プロジェクトのバージョンとの比較に変更。

Modified Paths:
--------------
    zeus/trunk/jiemamy-spec-core/src/test/java/org/jiemamy/VersionTest.java


-------------- next part --------------
Modified: zeus/trunk/jiemamy-spec-core/src/test/java/org/jiemamy/VersionTest.java
===================================================================
--- zeus/trunk/jiemamy-spec-core/src/test/java/org/jiemamy/VersionTest.java	2009-05-08 18:20:31 UTC (rev 3393)
+++ zeus/trunk/jiemamy-spec-core/src/test/java/org/jiemamy/VersionTest.java	2009-05-09 03:10:33 UTC (rev 3394)
@@ -51,7 +51,7 @@
 		
 		XPathFactory xpathFactory = XPathFactory.newInstance();
 		XPath xpath = xpathFactory.newXPath();
-		String version = xpath.evaluate("/project/version", document);
+		String version = xpath.evaluate("/project/parent/version", document);
 		
 		assertThat(Version.SPEC, is(version));
 	}



Jiemamy-notify メーリングリストの案内
Back to archive index