Skip to content

Commit

Permalink
[WFCORE-7036] Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Oct 28, 2024
1 parent 78a22e8 commit 8744c68
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ public void testHasChildWithAttrReg_SubsystemWithChildIsDefined_inclUndefined()
ModelTestUtils.compare(expected, model);
}

//////////

@Test
public void testNoChildNoAttrReg_EmptySubsystemIsDefined_exclUndefined() throws Exception {
List<ModelNode> operations = new ArrayList<>();
Expand Down Expand Up @@ -365,18 +363,6 @@ public void testHasChildWithAttrReg_SubsystemWithChildIsDefined_exclUndefined()
ModelTestUtils.compare(expected, model);
}

// @Test
// public void testChildRegEmptySubsystemIsDefined() throws Exception {
// List<ModelNode> operations = new ArrayList<>();
// operations.add(Util.createAddOperation(SUBSYSTEM_ADDR));
// TransformationUtilsExtension.Builder builder = TransformationUtilsExtension.createBuilder();
// builder.
//
// ModelNode model = runAndReadSubsystemModel(, operations);
//
// Assert.assertTrue(model.isDefined());
// }

private ModelNode runAndReadSubsystemModel(TransformationUtilsExtension.Builder builder, List<ModelNode> bootOps, boolean includeUndefined) throws Exception {
TransformationUtilsTestCase.includeUndefined = includeUndefined;
Assert.assertNull(kernelServices);
Expand Down

0 comments on commit 8744c68

Please sign in to comment.