You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by mb...@apache.org on 2016/05/11 00:12:27 UTC

incubator-systemml git commit: [HOTFIX][SYSTEMML-675] Fix neg loop increment test (case-sensitive name)

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 546344d57 -> 10de3f4d3


[HOTFIX][SYSTEMML-675] Fix neg loop increment test (case-sensitive name)

Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/10de3f4d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/10de3f4d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/10de3f4d

Branch: refs/heads/master
Commit: 10de3f4d3806def2150e7a7ef903fa7f63cc9f09
Parents: 546344d
Author: Matthias Boehm <mb...@us.ibm.com>
Authored: Tue May 10 17:12:10 2016 -0700
Committer: Matthias Boehm <mb...@us.ibm.com>
Committed: Tue May 10 17:12:10 2016 -0700

----------------------------------------------------------------------
 .../integration/functions/misc/NegativeLoopIncrementsTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/10de3f4d/src/test/java/org/apache/sysml/test/integration/functions/misc/NegativeLoopIncrementsTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/sysml/test/integration/functions/misc/NegativeLoopIncrementsTest.java b/src/test/java/org/apache/sysml/test/integration/functions/misc/NegativeLoopIncrementsTest.java
index fde3893..c464401 100644
--- a/src/test/java/org/apache/sysml/test/integration/functions/misc/NegativeLoopIncrementsTest.java
+++ b/src/test/java/org/apache/sysml/test/integration/functions/misc/NegativeLoopIncrementsTest.java
@@ -35,7 +35,7 @@ import org.apache.sysml.test.utils.TestUtils;
 public class NegativeLoopIncrementsTest extends AutomatedTestBase 
 {
 	private final static String TEST_NAME1 = "NegativeForIncrTest";
-	private final static String TEST_NAME2 = "NegativeParforIncrTest";
+	private final static String TEST_NAME2 = "NegativeParForIncrTest";
 	
 	private final static String TEST_DIR = "functions/misc/";
 	private static final String TEST_CLASS_DIR = TEST_DIR + NegativeLoopIncrementsTest.class.getSimpleName() + "/";