Skip to content
infiro edited this page May 18, 2012 · 15 revisions

About

TestProject was started as a native Git repo that contains multiple test files and test data used in development process. This project served as a guinea pig which will be tested on the below projects:

1. Scm2pgsql: GitRepo -> PsqlDB

2. Callgraphanalyzer: PsqlDB -> CallGraph

3. OwnerShip: PsqlDB -> OwnerShip

4. Differ: PsqlDB -> Differ

Details

To use it, one would first clone this project to their local git repository. Then run Scm2pgsql project to convert it to PGSQL database named "TestProject". After the TestProject pgsql created, other projects can refer and access this database to perform their unit test.

Limitations

The TestProject's codes currently contains only either Java files or Binary files(Images, Jar, Object file etc)

Clone this wiki locally