Repository: incubator-blur Updated Branches: refs/heads/master 2225c8e59 -> 3b5f8cedb
Fixing broken test. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/3b5f8ced Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/3b5f8ced Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/3b5f8ced Branch: refs/heads/master Commit: 3b5f8cedbbf2ea12983638392c06f13eae018d76 Parents: 2225c8e Author: Aaron McCurry <[email protected]> Authored: Thu Jun 18 11:21:16 2015 -0400 Committer: Aaron McCurry <[email protected]> Committed: Thu Jun 18 11:21:16 2015 -0400 ---------------------------------------------------------------------- .../src/test/java/org/apache/blur/utils/BlurConstantsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3b5f8ced/blur-util/src/test/java/org/apache/blur/utils/BlurConstantsTest.java ---------------------------------------------------------------------- diff --git a/blur-util/src/test/java/org/apache/blur/utils/BlurConstantsTest.java b/blur-util/src/test/java/org/apache/blur/utils/BlurConstantsTest.java index e54f895..96eab53 100644 --- a/blur-util/src/test/java/org/apache/blur/utils/BlurConstantsTest.java +++ b/blur-util/src/test/java/org/apache/blur/utils/BlurConstantsTest.java @@ -52,7 +52,7 @@ public class BlurConstantsTest { "BLUR_CONTROLLER_FILTERED_SERVER_CLASS", "BLUR_COMMAND_LIB_PATH", "BLUR_TMP_PATH", "BLUR_SECURITY_SASL_TYPE", "BLUR_SECUTIRY_SASL_CUSTOM_CLASS", "BLUR_SECURITY_SASL_LDAP_DOMAIN", "BLUR_SECURITY_SASL_LDAP_BASEDN", "BLUR_SECURITY_SASL_LDAP_URL", "BLUR_SERVER_SECURITY_FILTER_CLASS", "BLUR_FILTER_ALIAS", - "BLUR_BULK_UPDATE_WORKING_PATH")); + "BLUR_BULK_UPDATE_WORKING_PATH", "BLUR_BULK_UPDATE_WORKING_PATH_PERMISSION")); } @Test
