[
https://issues.apache.org/jira/browse/GEODE-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847255#comment-15847255
]
ASF GitHub Bot commented on GEODE-2365:
---------------------------------------
Github user echobravopapa commented on a diff in the pull request:
https://github.com/apache/geode/pull/375#discussion_r98735586
--- Diff: src/clicache/integration-test/CacheHelperN.cs ---
@@ -1877,7 +1878,7 @@ public static int getBaseLocatorPort()
}
try
{
- TextWriter tw = new
StreamWriter(Directory.GetCurrentDirectory() + "\\" + startDir +
"\\gemfire.properties", false);
+ TextWriter tw = new
StreamWriter(Directory.GetCurrentDirectory() + "\\" + startDir +
"\\geode.properties", false);
--- End diff --
Does this impact integration tests?
> update clicache/src
> -------------------
>
> Key: GEODE-2365
> URL: https://issues.apache.org/jira/browse/GEODE-2365
> Project: Geode
> Issue Type: Sub-task
> Components: native client
> Reporter: Michael Martell
>
> Update all sources below src/clicache/src from gemfire to geode
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)