mirror of https://github.com/apache/jclouds.git
added comment to base test
This commit is contained in:
parent
a5df0975d8
commit
9f24f68fd2
|
@ -145,6 +145,7 @@ public abstract class BaseComputeServiceLiveTest {
|
|||
setServiceDefaults();
|
||||
if (group == null)
|
||||
group = checkNotNull(provider, "provider");
|
||||
// groups need to work with hyphens in them, so let's make sure there is one!
|
||||
if (group.indexOf('-') == -1)
|
||||
group = group + "-";
|
||||
setupCredentials();
|
||||
|
|
Loading…
Reference in New Issue