> @@ -50,223 +47,139 @@ > /** > * Mock test for Glacier. > */ > -@Test > +@Test(dataProvider = "args") > +@Guice(modules = InterceptionModule.class)
This sounds like the behavior of @BeforeClass, not @BeforeTest? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/17/files#r13945747
