Skip to content

Commit

Permalink
PR for Java/Android test cases (#131)
Browse files Browse the repository at this point in the history
* Java port enhancements

* Added Networking tests

* Added Java tests
  • Loading branch information
amsurana authored and jredmondson committed Oct 23, 2018
1 parent bf21273 commit 28f4244
Show file tree
Hide file tree
Showing 11 changed files with 1,347 additions and 404 deletions.
2 changes: 1 addition & 1 deletion port/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</goals>
<configuration>
<schemaDirectory>${env.MADARA_ROOT}/tests/capnfiles</schemaDirectory>
<outputDirectory>${env.MADARA_ROOT}/port/java/src/main/java/ai/madara/tests/capnp</outputDirectory>
<outputDirectory>${env.MADARA_ROOT}/port/java/src/test/java/ai/madara/tests/capnp</outputDirectory>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

import ai.madara.MadaraJNI;

class BadAnyAccess extends Exception
public class BadAnyAccess extends Exception
{
BadAnyAccess(String message)
{
Expand Down

0 comments on commit 28f4244

Please sign in to comment.