Skip to content
Snippets Groups Projects
Commit 428e685e authored by david_williams's avatar david_williams
Browse files

fixing test for number of features in build

parent a9539570
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ public class BuildTests extends TestCase {
private static final int EXPECTED_NUMBER_OF_TOTAL_PLUGINS = 581;
private static final int EXPECTED_NUMBER_OF_WTP_FEATURES = 1;
private static final int EXPECTED_NUMBER_OF_WTP_PLUGINS = 5;
private static final int EXPECTED_NUMBER_OF_WST_FEATURES = 41;
private static final int EXPECTED_NUMBER_OF_WST_FEATURES = 43;
private static final int EXPECTED_NUMBER_OF_WST_PLUGINS = 137;
private static final int EXPECTED_NUMBER_OF_JST_FEATURES = 34;
private static final int EXPECTED_NUMBER_OF_JST_PLUGINS = 121;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment