|
|
|
@ -120,9 +120,6 @@ public class ABTests {
|
|
|
|
|
addTest(AB_TEST_PRODUCTEEV_ENABLED, new int[] { 1, 1 },
|
|
|
|
|
new int[] { 1, 0 }, new String[] { "producteev-disabled", "producteev-enabled" }); //$NON-NLS-1$ //$NON-NLS-2$
|
|
|
|
|
|
|
|
|
|
addTest(AB_TEST_REENGAGEMENT_ENABLED, new int[] { 1, 9 },
|
|
|
|
|
new int[] { 1, 9 }, new String[] { "reengagement-disabled", "reengagement-enabled" }); //$NON-NLS-1$ //$NON-NLS-2$
|
|
|
|
|
|
|
|
|
|
boolean allowIdeasTab = Constants.MARKET_STRATEGY.allowIdeasTab();
|
|
|
|
|
int[] noIdeasTab = new int[] { 1, 0 };
|
|
|
|
|
|
|
|
|
@ -132,6 +129,5 @@ public class ABTests {
|
|
|
|
|
|
|
|
|
|
public static final String AB_TEST_IDEAS_TAB = "ideasTab"; //$NON-NLS-1$
|
|
|
|
|
public static final String AB_TEST_PRODUCTEEV_ENABLED = "producteev"; //$NON-NLS-1$
|
|
|
|
|
public static final String AB_TEST_REENGAGEMENT_ENABLED = "reengagement"; ////$NON-NLS-1$
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|