Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make most ITs work with both linux and windows #143

Merged
merged 16 commits into from
Oct 17, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename misspelled file.
  • Loading branch information
Stephen Shank committed Oct 10, 2019
commit 43ae72051bb44eff442ecfef33cde8a91a017ebf
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
* with multiple matching {@link InstanceConfiguration} and that these instances are properly
* provisioned.
*/
public class ComputeEngineCloudMultipeMatchingConfigurationsIT {
public class ComputeEngineCloudMultipleMatchingConfigurationsIT {
private static Logger log =
Logger.getLogger(ComputeEngineCloudMultipeMatchingConfigurationsIT.class.getName());
Logger.getLogger(ComputeEngineCloudMultipleMatchingConfigurationsIT.class.getName());

private static final String DESC_1 = "type_1";
private static final String DESC_2 = "type_2";
Expand All @@ -67,7 +67,7 @@ public class ComputeEngineCloudMultipeMatchingConfigurationsIT {

private static ComputeClient client;
private static Map<String, String> label =
getLabel(ComputeEngineCloudMultipeMatchingConfigurationsIT.class);
getLabel(ComputeEngineCloudMultipleMatchingConfigurationsIT.class);
private static Collection<PlannedNode> planned;

@BeforeClass
Expand Down