added comment to base test

This commit is contained in:
Adrian Cole 2011-10-03 13:31:42 -07:00
parent a5df0975d8
commit 9f24f68fd2
1 changed files with 1 additions and 0 deletions

View File

@ -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();