[GitHub] incubator-geode pull request #183: GEODE-1615: gfsh unable to destroy region...

2016-07-01 Thread kjduling
Github user kjduling closed the pull request at:

https://github.com/apache/incubator-geode/pull/183


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-geode pull request #183: GEODE-1615: gfsh unable to destroy region...

2016-06-30 Thread kjduling
GitHub user kjduling opened a pull request:

https://github.com/apache/incubator-geode/pull/183

GEODE-1615: gfsh unable to destroy region that has an hyphen in its name

Added a test for whether or not the region contains a hyphen in the name.  
If it does, it is necessary to wrap the region name within quotes.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kjduling/incubator-geode feature/GEODE-1615

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-geode/pull/183.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #183


commit 80af962ef2f7eee4053804a20a28f41b46fb3192
Author: Kevin J. Duling 
Date:   2016-06-30T22:07:22Z

GEODE-1615: gfsh unable to destroy region that has an hyphen in its name




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---