[ https://issues.apache.org/jira/browse/GEODE-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881301#comment-15881301 ]
ASF GitHub Bot commented on GEODE-2532: --------------------------------------- Github user mmartell commented on the issue: https://github.com/apache/geode-native/pull/30 The xml files are created in the runtime working directory. For a Debug build this is: BUILD_DIR\clicache\integration-test\Debug, where BUILD_DIR is the cmake build directory. This fix moves those few xml files that were being created in the source directory to the working directory to be consistent with the rest of the tests. > .NET Integration Tests Create Temp Files in the Source Directory > ---------------------------------------------------------------- > > Key: GEODE-2532 > URL: https://issues.apache.org/jira/browse/GEODE-2532 > Project: Geode > Issue Type: Improvement > Components: native client > Reporter: Michael Martell > Attachments: ExtraneousTempFiles.jpg > > > The C++/CLI integration tests create temporary .xml files in the src > directory as shown in attachment. This pollutes your working area with files > that should not be added to the repo. > This task is to create these temp files in the runtime test folder. -- This message was sent by Atlassian JIRA (v6.3.15#6346)