commit | 6faa8c4b84dfef0364ac7b767247220ceded2116 | [log] [tgz] |
---|---|---|
author | salsubaiee <salsubaiee@123451ca-8445-de46-9d55-352943316053> | Thu Feb 02 03:38:56 2012 +0000 |
committer | salsubaiee <salsubaiee@123451ca-8445-de46-9d55-352943316053> | Thu Feb 02 03:38:56 2012 +0000 |
tree | 0f418d4f8cabdef59e59598ee4d5c1cd0f940610 | |
parent | b4526780f515c83ec571d51510e6c21da71a39a1 [diff] [blame] |
Created a test framework for the RTree and added the corresponding tests. git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_tree@1119 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-storage-am-common/pom.xml b/hyracks-storage-am-common/pom.xml index 9f0e53a..2a9b89d 100644 --- a/hyracks-storage-am-common/pom.xml +++ b/hyracks-storage-am-common/pom.xml
@@ -52,5 +52,12 @@ <type>jar</type> <scope>compile</scope> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.8.1</version> + <type>jar</type> + <scope>test</scope> + </dependency> </dependencies> </project>