Skip to content

3097-test.org.fortiss.af3.state.services.ConnectionCompositorServiceTest.testIncorrectConnections.

Ghost User requested to merge 3097-testIncorrectConnections into master

// a component and its subcomponent can be connected assertTrue(compositor.canConnect(topCompA, atomicCompA1, null, null));

	// two subcomponents of different components can be connected
	assertTrue(compositor.canConnect(atomicCompA1, atomicCompB2,

null,null));

2 assertions were assertFalse - changed to assertTrue.

Merge request reports