BUG-1170: removed hardcoding of test build directory. 82/8782/1
authorMartin Vitez <mvitez@cisco.com>
Tue, 8 Jul 2014 06:56:03 +0000 (08:56 +0200)
committerMartin Vitez <mvitez@cisco.com>
Tue, 8 Jul 2014 09:00:22 +0000 (11:00 +0200)
commit9f795bf1804070736689e7fde9ae636ac65da5aa
tree7b59e6e6d4266e8a8c9be3cb7cac50a0e5e11a33
parentd6220bf224a4576041c4112c40c97b2f771bd88a
BUG-1170: removed hardcoding of test build directory.

Change-Id: I1410b84d7a7a1f9720e0414cf799f42f90b1ed16
Signed-off-by: Martin Vitez <mvitez@cisco.com>
24 files changed:
yang/yang-maven-plugin-it/src/test/java/org/opendaylight/yangtools/yang2sources/plugin/it/YangToSourcesPluginTestIT.java
yang/yang-maven-plugin-it/src/test/resources/test-parent/AdditionalConfig/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/AdditionalConfig/pom.xml with 77% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/Correct/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/Correct/pom.xml with 78% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/GenerateTest1/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/GenerateTest1/pom.xml with 70% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/GenerateTest1/src/main/resources/testfile1.yang [moved from yang/yang-maven-plugin-it/src/test/resources/GenerateTest1/src/main/resources/testfile1.yang with 100% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/GenerateTest1/src/main/resources/testfile2.yang [moved from yang/yang-maven-plugin-it/src/test/resources/GenerateTest1/src/main/resources/testfile2.yang with 100% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/GenerateTest1/src/main/resources/testfile3.yang [moved from yang/yang-maven-plugin-it/src/test/resources/GenerateTest1/src/main/resources/testfile3.yang with 100% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/GenerateTest2/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/GenerateTest2/pom.xml with 76% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/GenerateTest2/yang/private.yang [moved from yang/yang-maven-plugin-it/src/test/resources/GenerateTest2/yang/private.yang with 100% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/Generator/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/Generator/pom.xml with 83% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/InvalidVersion/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/InvalidVersion/pom.xml with 93% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/MissingYangInDep/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/MissingYangInDep/pom.xml with 83% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/MissingYangInDep/yang/private.yang [moved from yang/yang-maven-plugin-it/src/test/resources/MissingYangInDep/yang/private.yang with 100% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/NamingConflict/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/NamingConflict/pom.xml with 89% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/NamingConflict/src/main/yang/test.yang [moved from yang/yang-maven-plugin-it/src/test/resources/NamingConflict/src/main/yang/test.yang with 100% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/NoGenerators/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/NoGenerators/pom.xml with 81% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/NoOutputDir/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/NoOutputDir/pom.xml with 75% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/NoYangFiles/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/NoYangFiles/pom.xml with 80% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/UnknownGenerator/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/UnknownGenerator/pom.xml with 82% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/YangRootNotExist/pom.xml [moved from yang/yang-maven-plugin-it/src/test/resources/YangRootNotExist/pom.xml with 76% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/files/testfile1.yang [moved from yang/yang-maven-plugin-it/src/test/resources/files/testfile1.yang with 100% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/files/testfile2.yang [moved from yang/yang-maven-plugin-it/src/test/resources/files/testfile2.yang with 100% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/files/testfile3.yang [moved from yang/yang-maven-plugin-it/src/test/resources/files/testfile3.yang with 100% similarity]
yang/yang-maven-plugin-it/src/test/resources/test-parent/pom.xml [new file with mode: 0644]