You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jc...@apache.org on 2018/03/23 17:21:28 UTC

[geode] branch add-extensions-to-classpath-155484283 updated: Add some more comment

This is an automated email from the ASF dual-hosted git repository.

jchen21 pushed a commit to branch add-extensions-to-classpath-155484283
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/add-extensions-to-classpath-155484283 by this push:
     new 828c8a0  Add some more comment
828c8a0 is described below

commit 828c8a0944a9fd9070f837f218dd4d8b915a1338
Author: Jianxia Chen <jc...@apache.org>
AuthorDate: Fri Mar 23 10:21:03 2018 -0700

    Add some more comment
    
    [GEODE-4923]
    
    Signed-off-by: Orhan Kislal <ok...@apache.org>
---
 .../geode/management/internal/cli/commands/StartMemberUtilsTest.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/StartMemberUtilsTest.java b/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/StartMemberUtilsTest.java
index 0dbdf16..58f2c52 100644
--- a/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/StartMemberUtilsTest.java
+++ b/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/StartMemberUtilsTest.java
@@ -111,6 +111,7 @@ public class StartMemberUtilsTest {
     String gemfireClasspath = StartMemberUtils.toClasspath(true, new String[0]);
     assertThat(gemfireClasspath).doesNotContain("extensions");
 
+    // when there is a `test.jar` in `extensions` directory
     File folder = temporaryFolder.newFolder("extensions");
     File jarFile = new File(folder, "test.jar");
     jarFile.createNewFile();

-- 
To stop receiving notification emails like this one, please contact
jchen21@apache.org.