> * @author Adrian Cole
> */
> // NOTE:without testName, this will not call @Before* and fail w/NPE during
> surefire
> @Test(groups = "unit", testName = "TransientBlobRequestSignerTest")
> -public class TransientBlobRequestSignerTest extends
> BaseAsyncClientTest<LocalAsyncBlobStore> {
> +public class TransientBlobRequestSignerTest extends
> + BaseAsyncClientTest<LocalBlobStore> {
Don't wrap? And why an **Async**ClientTest?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/220/files#r8053932