[
https://issues.apache.org/jira/browse/OODT-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lewis John McGibbney updated OODT-762:
--------------------------------------
Labels: memex (was: )
> Migrate all test resources out of testdata directories
> ------------------------------------------------------
>
> Key: OODT-762
> URL: https://issues.apache.org/jira/browse/OODT-762
> Project: OODT
> Issue Type: Improvement
> Components: build proces
> Reporter: Tyler Palsulich
> Assignee: Tyler Palsulich
> Labels: memex
> Fix For: 0.8.1
>
>
> Most modules are structured like:
> {code}
> src
> ├── main
> │ └── resources
> │ └── java
> │ └── org.apache.oodt...
> ├── test
> │ └── org.apache.oodt...
> └── testdata
> {code}
> These should all be converted to
> {code}
> src
> ├── main
> │ └── resources
> │ └── java
> │ └── org.apache.oodt...
> └── test
> │ └── resources
> │ └── java
> │ └── org.apache.oodt...
> {code}
> For each module, we need to create the new directory, copy the files over,
> delete the old directory, fix any breaking test cases, and remove the pom.xml
> entry that copies over the testdata
> ([example|https://github.com/apache/oodt/commit/260c2336916ca30bad5ac86fea2daeb961b95412#diff-8e2580784360438bde5927663eebb7b1L54]).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)