From 85e9dbd20b996ef26c5a06ed0db83a47e6569ff1 Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Mon, 14 Dec 2009 01:24:03 +0000 Subject: [PATCH] #552436 follow-up by yched: Fix test regression. --- modules/field/modules/options/options.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/field/modules/options/options.test b/modules/field/modules/options/options.test index 0f9cb4afa01d..d8bfeac060c7 100644 --- a/modules/field/modules/options/options.test +++ b/modules/field/modules/options/options.test @@ -1,7 +1,7 @@ <?php // $Id$ -class OptionsWidgetsTestCase extends DrupalWebTestCase { +class OptionsWidgetsTestCase extends FieldTestCase { public static function getInfo() { return array( 'name' => 'Options widgets', -- GitLab