Uploaded image for project: 'OODT (Retired)'
  1. OODT (Retired)
  2. OODT-762

Migrate all test resources out of testdata directories

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.1
    • build proces
    • Committer (Medium) - This is for regular contributors/committers

    Description

      Most modules are structured like:

      src
      ├── main
      │   └── resources
      │   └── java
      │          └── org.apache.oodt...
      ├── test
      │   └── org.apache.oodt...
      └── testdata
      

      These should all be converted to

      src
      ├── main
      │   └── resources
      │   └── java
      │          └── org.apache.oodt...
      └── test
      │   └── resources
      │   └── java
      │          └── org.apache.oodt...
      

      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).

      Attachments

        Activity

          People

            tpalsulich Tyler Bui-Palsulich
            tpalsulich Tyler Bui-Palsulich
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: