GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/100

    Rename in-memory dataset test classes.

    To help navigate tests, this is a reorganisation of the tests created for 
JENA-624 into the same naming style and organization as the other tests in ARQ. 
 The main reason for reorganizing is so that there is one style, not that one 
is better than another.
    
    * Files with tests are `Test*` (Junit3 legacy naming!)
    * Test frameworks using abstract classes are `AbstractTest*`
    * Files `TS_` for test suites, usually `@RunWith(Suite.class)`
    * Each `TS_*` is in a test collection file - `TC_General` in this case.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena j624-tests-reorg

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/100.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #100
    
----
commit 3a7d1fc0dbf8b814ba8451b3e6ee58dec7ed9104
Author: Andy Seaborne <a...@apache.org>
Date:   2015-11-18T10:23:19Z

    Rename test classes and put tests into top level classes.
    
    JENA-624
    AbstractTest* for the abstract test classes.
    TS_ for the test suites.
    Collect each TS_* into test suite collection TC_General

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to