Commit 6029af03 authored by George Tziavas's avatar George Tziavas
Browse files

After updating the model 2 new Logical Sprecs were added for bootstraping and...

After updating the model 2 new Logical Sprecs were added for bootstraping and tests were not updated
Now ResourceCatalogIntegrationTest is paasing all tests
parent ec9ad613
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -106,11 +106,11 @@ public class ResourceCatalogIntegrationTest {

	private static final transient Log logger = LogFactory.getLog( ResourceCatalogIntegrationTest.class.getName());

	private static final int FIXED_BOOTSTRAPS_SPECS = 7;
	private static final int FIXED_BOOTSTRAPS_SPECS = 9;
	private static final int FIXED_BOOTSTRAPS_CATEGORIES = 3;
	private static final int FIXED_BOOTSTRAPS_PHYSICAL_SPECS = 1;
	private static final int FIXED_BOOTSTRAPS_NETWORK_SPECS = 3;
	private static final int FIXED_BOOTSTRAPS_LOGICAL_SPECS = 6;
	private static final int FIXED_BOOTSTRAPS_LOGICAL_SPECS = 8;
	
    @Autowired
    private MockMvc mvc;