Skip to content

Commit

Permalink
added libs for adhoc test+bench
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed Mar 16, 2014
1 parent 41833cc commit fa94b89
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
<version>3.18.1-GA</version>
</dependency>

<!-- test dependencies -->
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>java-util</artifactId>
<version>1.4.0</version>
<scope>test</scope>
</dependency>

</dependencies>

</project>
4 changes: 2 additions & 2 deletions src/test_nojunit/java/data/media/NoShareBench.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
public class NoShareBench {

public static void main( String a[] ) throws IOException, ClassNotFoundException {
ObjectInputStream oin = new ObjectInputStream(new FileInputStream(".\\src\\test\\java\\data\\test.os"));
ObjectInputStream oin = new ObjectInputStream(new FileInputStream(".\\src\\test_nojunit\\java\\data\\test.os"));
final Object medpa = oin.readObject();

boolean register = false;
boolean register = true;

final FSTConfiguration conf = FSTConfiguration.createDefaultConfiguration();
conf.setShareReferences(false);
Expand Down
Binary file added src/test_nojunit/lib/kryo-2.23.0.jar
Binary file not shown.
Binary file added src/test_nojunit/lib/objenesis-1.2.jar
Binary file not shown.

0 comments on commit fa94b89

Please sign in to comment.