http://git-wip-us.apache.org/repos/asf/jclouds/blob/174531ed/apis/chef/src/test/java/org/jclouds/ohai/functions/NestSlashKeysTest.java ---------------------------------------------------------------------- diff --git a/apis/chef/src/test/java/org/jclouds/ohai/functions/NestSlashKeysTest.java b/apis/chef/src/test/java/org/jclouds/ohai/functions/NestSlashKeysTest.java index ed73769..6d26cb6 100644 --- a/apis/chef/src/test/java/org/jclouds/ohai/functions/NestSlashKeysTest.java +++ b/apis/chef/src/test/java/org/jclouds/ohai/functions/NestSlashKeysTest.java @@ -52,7 +52,7 @@ public class NestSlashKeysTest { Injector injector = Guice.createInjector(new AbstractModule() { @Override protected void configure() { - bind(String.class).annotatedWith(ApiVersion.class).toInstance(ChefApiMetadata.DEFAULT_VERSION); + bind(String.class).annotatedWith(ApiVersion.class).toInstance(ChefApiMetadata.DEFAULT_API_VERSION); } }, new ChefParserModule(), new GsonModule()); converter = injector.getInstance(NestSlashKeys.class);
- [01/50] [abbrv] git commit: Cleaned up ChefApi and ChefService interf... nacx
- [36/50] [abbrv] git commit: Remove unused imports to make checks... nacx
- [17/50] [abbrv] git commit: JCLOUDS-272: Migrate search role tes... nacx
- [21/50] [abbrv] git commit: Remove public keyword from interface... nacx
- [05/50] [abbrv] Improved javadoc and parameter naming nacx
- [40/50] [abbrv] git commit: Updating project version to 2.0.0-SN... nacx
- [04/50] [abbrv] git commit: Improved javadoc and parameter namin... nacx
- [19/50] [abbrv] git commit: JCLOUDS-272: Migrate list roles, coo... nacx
- [27/50] [abbrv] git commit: Updating to 1.8.0-SNAPSHOT nacx
- [49/50] [abbrv] git commit: Aligned pom.xml files for Chef nacx
- [35/50] [abbrv] git commit: JCLOUDS-617: Use the configured JCE ... nacx
- [06/50] [abbrv] git commit: Improved javadoc and parameter namin... nacx
- [02/50] [abbrv] Cleaned up ChefApi and ChefService interfaces nacx
- [44/50] [abbrv] git commit: Correct Checkstyle violations nacx
- [32/50] [abbrv] JCLOUDS-546: Remove Javadoc @author annotations nacx
