You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/08/25 10:50:25 UTC

syncope git commit: Forgot to commit test change for d18bdbd582dfe17ffb5605da584aade7ddd11f7e

Repository: syncope
Updated Branches:
  refs/heads/master d18bdbd58 -> 9c3180662


Forgot to commit test change for d18bdbd582dfe17ffb5605da584aade7ddd11f7e


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9c318066
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9c318066
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9c318066

Branch: refs/heads/master
Commit: 9c31806628af91e1539842073143d26d1a1fbf60
Parents: d18bdbd
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Thu Aug 25 12:50:18 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Thu Aug 25 12:50:18 2016 +0200

----------------------------------------------------------------------
 .../src/test/java/org/apache/syncope/fit/cli/CLIITCase.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9c318066/fit/core-reference/src/test/java/org/apache/syncope/fit/cli/CLIITCase.java
----------------------------------------------------------------------
diff --git a/fit/core-reference/src/test/java/org/apache/syncope/fit/cli/CLIITCase.java b/fit/core-reference/src/test/java/org/apache/syncope/fit/cli/CLIITCase.java
index 162e798..bbaf4f1 100644
--- a/fit/core-reference/src/test/java/org/apache/syncope/fit/cli/CLIITCase.java
+++ b/fit/core-reference/src/test/java/org/apache/syncope/fit/cli/CLIITCase.java
@@ -197,7 +197,7 @@ public class CLIITCase extends AbstractITCase {
 
                 @Override
                 public boolean evaluate(final String line) {
-                    return line.startsWith(" > USER ID:");
+                    return line.startsWith(" > USER KEY:");
                 }
             });
             assertEquals(5, users);