Skip to content

Commit 0b2e8a4

Browse files
committed
Merge remote-tracking branch 'origin/develop' into fb_issue1099
2 parents d5bf0ab + efec5ed commit 0b2e8a4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/org/labkey/test/tests/list/ListTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
import org.labkey.test.util.EscapeUtil;
6666
import org.labkey.test.util.LogMethod;
6767
import org.labkey.test.util.Maps;
68-
import org.labkey.test.util.OptionalFeatureHelper;
6968
import org.labkey.test.util.PortalHelper;
7069
import org.labkey.test.util.TestDataGenerator;
7170
import org.labkey.test.util.TextSearcher;
@@ -1746,7 +1745,6 @@ public void testAutoIncrementKeyEncoded()
17461745
@Test
17471746
public void testMultiChoiceValues() throws IOException, CommandException
17481747
{
1749-
OptionalFeatureHelper.enableOptionalFeature(getCurrentTest().createDefaultConnection(), "multiChoiceDataType");
17501748
Assume.assumeTrue("Multi-choice text fields are only supported on PostgreSQL", WebTestHelper.getDatabaseType() == WebTestHelper.DatabaseType.PostgreSQL);
17511749
// Setup a list with an auto-increment key and a multi-value text choice field.
17521750
String encodedListName = TestDataGenerator.randomDomainName("multiChoiceList", DomainUtils.DomainKind.IntList);

0 commit comments

Comments
 (0)