From 49b4f943cf545c39b2227c9103aedac2940b1f23 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Thu, 8 Nov 2012 17:34:24 -0800 Subject: [PATCH] Real ab test probs --- astrid/src/com/todoroo/astrid/service/abtesting/ABTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrid/src/com/todoroo/astrid/service/abtesting/ABTests.java b/astrid/src/com/todoroo/astrid/service/abtesting/ABTests.java index c08699934..921e3da23 100644 --- a/astrid/src/com/todoroo/astrid/service/abtesting/ABTests.java +++ b/astrid/src/com/todoroo/astrid/service/abtesting/ABTests.java @@ -143,7 +143,7 @@ public class ABTests { addTest(AB_SOCIAL_REMINDERS, new int[] { 1, 1 }, new int[] { 1, 1 }, new String[] { "no-faces", "show-faces" }); //$NON-NLS-1$ //$NON-NLS-2$ - addTest(AB_DRAG_DROP, new int[] { 0, 1 }, + addTest(AB_DRAG_DROP, new int[] { 3, 1 }, new int[] { 1, 0 }, new String[] { "off-by-default", "on-by-default" }); //$NON-NLS-1$ //$NON-NLS-2$ } }