You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Tyler Palsulich (JIRA)" <ji...@apache.org> on 2014/10/16 05:06:34 UTC

[jira] [Created] (OODT-762) Migrate all test resources out of testdata directories

Tyler Palsulich created OODT-762:
------------------------------------

             Summary: 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
            Reporter: Tyler Palsulich
            Assignee: Tyler Palsulich
             Fix For: 0.8


Most modules are structured like:
{code}
src
├── main
├── test
└── testdata
{code}

These should all be converted to
{code}
src
├── main
│   └── resources
└── test
    └── resources
{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)