|
|
@ -120,8 +120,12 @@ public class ABTests {
|
|
|
|
|
|
|
|
|
|
|
|
addTest(AB_TEST_REENGAGEMENT_ENABLED, new int[] { 1, 9 },
|
|
|
|
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$
|
|
|
|
new int[] { 1, 9 }, new String[] { "reengagement-disabled", "reengagement-enabled" }); //$NON-NLS-1$ //$NON-NLS-2$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addTest(AB_TEST_IDEAS_TAB, new int[] { 1, 1 },
|
|
|
|
|
|
|
|
new int[] { 0, 1 }, new String[] { "ideas-tab-diabled", "ideas-tab-enabled" }); //$NON-NLS-1$ //$NON-NLS-2$
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_PRODUCTEEV_ENABLED = "producteev"; //$NON-NLS-1$
|
|
|
|
public static final String AB_TEST_REENGAGEMENT_ENABLED = "reengagement"; ////$NON-NLS-1$
|
|
|
|
public static final String AB_TEST_REENGAGEMENT_ENABLED = "reengagement"; ////$NON-NLS-1$
|
|
|
|
|
|
|
|
|
|
|
|