comment
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bdfafc85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/bdfafc85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/bdfafc85 Branch: refs/heads/feature/GEODE-1464 Commit: bdfafc85fd00c7ad599da13f60acddd12caa360c Parents: 52e80c8 Author: Darrel Schneider <[email protected]> Authored: Wed Jun 1 16:52:48 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Wed Jun 1 16:52:48 2016 -0700 ---------------------------------------------------------------------- .../java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/bdfafc85/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java index 3a06c1c..d149173 100755 --- a/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java @@ -113,7 +113,7 @@ public class LocatorDUnitTest extends DistributedTestCase { //////// Test Methods /** - * SQLFire uses a colocated locator in a dm-type=normal VM. This tests that + * This tests that * the locator can resume control as coordinator after all locators have been * shut down and one is restarted. It's necessary to have a lock service * start so elder failover is forced to happen. Prior to fixing how this worked
