Avoid using internal testng methods

This commit is contained in:
Andrew Gaul 2015-06-25 11:43:02 -07:00
parent 107c9d0d55
commit 46493ed3b5
1 changed files with 1 additions and 1 deletions

View File

@ -32,10 +32,10 @@ import org.jclouds.openstack.trove.v1.domain.User;
import org.jclouds.openstack.trove.v1.internal.BaseTroveApiExpectTest;
import org.testng.annotations.Test;
import org.testng.collections.Lists;
import org.testng.internal.annotations.Sets;
import com.google.common.collect.ImmutableSortedSet;
import com.google.common.collect.ImmutableSortedSet.Builder;
import com.google.common.collect.Sets;
/**
* Tests UserApi Guice wiring and parsing