You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/12/23 12:06:53 UTC

[30/71] [abbrv] incubator-brooklyn git commit: [LIBRARY] fix GeoDns test

[LIBRARY] fix GeoDns test


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/faa6a9da
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/faa6a9da
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/faa6a9da

Branch: refs/heads/master
Commit: faa6a9da37910fd36a49dd57c1aa3d5b3f5a21b8
Parents: 8a3c17b
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Dec 21 13:36:45 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Dec 21 16:43:33 2015 +0000

----------------------------------------------------------------------
 .../brooklyn/entity/dns/geoscaling/GeoDnsServiceYamlTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/faa6a9da/brooklyn-library/software/webapp/src/test/java/org/apache/brooklyn/entity/dns/geoscaling/GeoDnsServiceYamlTest.java
----------------------------------------------------------------------
diff --git a/brooklyn-library/software/webapp/src/test/java/org/apache/brooklyn/entity/dns/geoscaling/GeoDnsServiceYamlTest.java b/brooklyn-library/software/webapp/src/test/java/org/apache/brooklyn/entity/dns/geoscaling/GeoDnsServiceYamlTest.java
index 3f41e8d..bbeee41 100644
--- a/brooklyn-library/software/webapp/src/test/java/org/apache/brooklyn/entity/dns/geoscaling/GeoDnsServiceYamlTest.java
+++ b/brooklyn-library/software/webapp/src/test/java/org/apache/brooklyn/entity/dns/geoscaling/GeoDnsServiceYamlTest.java
@@ -17,15 +17,15 @@
  * under the License.
  */
 
-package org.apache.brooklyn.camp.brooklyn;
+package org.apache.brooklyn.entity.dns.geoscaling;
 
 import static org.testng.Assert.assertEquals;
 
 import org.apache.brooklyn.api.entity.Application;
+import org.apache.brooklyn.camp.brooklyn.AbstractYamlTest;
 import org.apache.brooklyn.core.entity.Entities;
 import org.apache.brooklyn.core.mgmt.EntityManagementUtils;
 import org.apache.brooklyn.entity.dns.AbstractGeoDnsService;
-import org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService;
 import org.apache.brooklyn.entity.group.DynamicFabric;
 import org.apache.brooklyn.util.stream.Streams;
 import org.testng.annotations.Test;