Repository: incubator-systemml Updated Branches: refs/heads/master 9b7f8b621 -> 546344d57
[SYSTEMML-560] Frame Schema Read build possible fix Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/546344d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/546344d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/546344d5 Branch: refs/heads/master Commit: 546344d576e362ea9819f7f4fca0bea6e2f1fd83 Parents: 9b7f8b6 Author: Arvind Surve <[email protected]> Authored: Tue May 10 14:54:46 2016 -0700 Committer: Arvind Surve <[email protected]> Committed: Tue May 10 14:54:46 2016 -0700 ---------------------------------------------------------------------- .../sysml/test/integration/functions/frame/ZPackageSuite.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/546344d5/src/test_suites/java/org/apache/sysml/test/integration/functions/frame/ZPackageSuite.java ---------------------------------------------------------------------- diff --git a/src/test_suites/java/org/apache/sysml/test/integration/functions/frame/ZPackageSuite.java b/src/test_suites/java/org/apache/sysml/test/integration/functions/frame/ZPackageSuite.java index 37e54ec..d810534 100644 --- a/src/test_suites/java/org/apache/sysml/test/integration/functions/frame/ZPackageSuite.java +++ b/src/test_suites/java/org/apache/sysml/test/integration/functions/frame/ZPackageSuite.java @@ -28,10 +28,12 @@ import org.junit.runners.Suite; @Suite.SuiteClasses({ FrameAppendTest.class, FrameCastingTest.class, + FrameConverterTest.class, FrameCopyTest.class, FrameGetSetTest.class, FrameIndexingTest.class, FrameReadWriteTest.class, + FrameSchemaReadTest.class, FrameSerializationTest.class, })
