OSDN Git Service

テストセット整備
authorOlyutorskii <olyutorskii@users.osdn.me>
Sun, 27 Jan 2013 22:28:46 +0000 (07:28 +0900)
committerOlyutorskii <olyutorskii@users.osdn.me>
Sun, 27 Jan 2013 22:28:46 +0000 (07:28 +0900)
commit6b02dc790431f16012199924ee36816cef058954
treec5ed130a481be8b412c2c88ba236e93833465d94
parent0f540c10ff143ec7b4087e27c214ebece7c85fe4
テストセット整備
モーフ数0のデータを読み込めるように
70 files changed:
CHANGELOG.txt
src/main/java/jp/sfjp/mikutoga/pmd/xml101009/Xml101009Exporter.java [moved from src/main/java/jp/sourceforge/mikutoga/pmd/model/xml/PmdXmlExporter.java with 73% similarity]
src/main/java/jp/sfjp/mikutoga/pmd/xml101009/Xml101009Loader.java [moved from src/main/java/jp/sourceforge/mikutoga/pmd/model/xml/Xml2PmdLoader.java with 99% similarity]
src/main/java/jp/sfjp/mikutoga/pmd/xml101009/Xml101009Resources.java [moved from src/main/java/jp/sourceforge/mikutoga/pmd/model/xml/PmdXmlResources.java with 92% similarity]
src/main/java/jp/sfjp/mikutoga/pmd/xml101009/package-info.java [moved from src/main/java/jp/sourceforge/mikutoga/pmd/model/xml/package-info.java with 52% similarity]
src/main/java/jp/sourceforge/mikutoga/pmd/model/binio/TextBuilder.java
src/main/java/jp/sourceforge/mikutoga/pmd2xml/ModelFileTypes.java [deleted file]
src/main/java/jp/sourceforge/mikutoga/pmd2xml/OptInfo.java
src/main/java/jp/sourceforge/mikutoga/pmd2xml/Pmd2XmlConv.java
src/main/resources/jp/sfjp/mikutoga/pmd/xml101009/resources/pmdxml-101009.dtd [moved from src/main/resources/jp/sourceforge/mikutoga/pmd/model/xml/resources/pmdxml-101009.dtd with 100% similarity]
src/main/resources/jp/sfjp/mikutoga/pmd/xml101009/resources/pmdxml-101009.xsd [moved from src/main/resources/jp/sourceforge/mikutoga/pmd/model/xml/resources/pmdxml-101009.xsd with 100% similarity]
src/test/java/testdata/CnvAssert.java
src/test/java/testdata/TestDriver.java [new file with mode: 0644]
src/test/java/testdata/pmd101009/bone/BoneTest.java [new file with mode: 0644]
src/test/java/testdata/pmd101009/charset/CharsetTest.java [moved from src/test/java/testdata/charset/CharsetTest.java with 83% similarity]
src/test/java/testdata/pmd101009/group/GroupTest.java [new file with mode: 0644]
src/test/java/testdata/pmd101009/i18n/I18nTest.java [new file with mode: 0644]
src/test/java/testdata/pmd101009/ik/IkBoneTest.java [new file with mode: 0644]
src/test/java/testdata/pmd101009/material/MaterialTest.java [new file with mode: 0644]
src/test/java/testdata/pmd101009/minimum/MinimumTest.java [moved from src/test/java/testdata/minimum/MinimumTest.java with 83% similarity]
src/test/java/testdata/pmd101009/morph/MorphTest.java [new file with mode: 0644]
src/test/java/testdata/pmd101009/numeric/NumericTest.java [new file with mode: 0644]
src/test/java/testdata/pmd101009/rigid/RigidTest.java [new file with mode: 0644]
src/test/java/testdata/pmd101009/small/SmallTest.java [new file with mode: 0644]
src/test/resources/testdata/charset/Readme.txt [deleted file]
src/test/resources/testdata/charset/test.pmd [deleted file]
src/test/resources/testdata/minimum/Readme.txt [deleted file]
src/test/resources/testdata/pmd101009/bone/Readme.txt [new file with mode: 0644]
src/test/resources/testdata/pmd101009/bone/allbone.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/bone/allbone.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/charset/Readme.txt [new file with mode: 0644]
src/test/resources/testdata/pmd101009/charset/charset.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/charset/result.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/charset/source.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/group/Readme.txt [new file with mode: 0644]
src/test/resources/testdata/pmd101009/group/boneGroup.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/group/boneGroup.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/i18n/Readme.txt [new file with mode: 0644]
src/test/resources/testdata/pmd101009/i18n/i18n.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/i18n/i18n.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/ik/Readme.txt [new file with mode: 0644]
src/test/resources/testdata/pmd101009/ik/ikBone.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/ik/ikBone.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/material/Readme.txt [new file with mode: 0644]
src/test/resources/testdata/pmd101009/material/material.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/material/material.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/minimum/Readme.txt [new file with mode: 0644]
src/test/resources/testdata/pmd101009/minimum/minimum.pmd [moved from src/test/resources/testdata/minimum/test.pmd with 100% similarity]
src/test/resources/testdata/pmd101009/minimum/minimum.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/morph/Readme.txt [new file with mode: 0644]
src/test/resources/testdata/pmd101009/morph/allmorph.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/morph/allmorph.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/numeric/Readme.txt [new file with mode: 0644]
src/test/resources/testdata/pmd101009/numeric/numeric.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/numeric/result.xml [moved from src/test/resources/testdata/charset/result.xml with 68% similarity]
src/test/resources/testdata/pmd101009/numeric/source.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/rigid/Readme.txt [new file with mode: 0644]
src/test/resources/testdata/pmd101009/rigid/allrigid.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/rigid/allrigid.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/small/Readme.txt [new file with mode: 0644]
src/test/resources/testdata/pmd101009/small/onlybone.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/small/onlybone.xml [moved from src/test/resources/testdata/minimum/test.xml with 86% similarity]
src/test/resources/testdata/pmd101009/small/onlyjoint.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/small/onlyjoint.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/small/onlymorph.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/small/onlymorph.xml [new file with mode: 0644]
src/test/resources/testdata/pmd101009/small/onlyrigid.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/small/onlyrigid.xml [moved from src/test/resources/testdata/charset/source.xml with 75% similarity]
src/test/resources/testdata/pmd101009/small/onlytriangle.pmd [new file with mode: 0644]
src/test/resources/testdata/pmd101009/small/onlytriangle.xml [new file with mode: 0644]