diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-10 04:13:01 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-10 04:13:01 +0000 |
commit | ab07b4cd5efc35112163b7d74630993920bd92d5 (patch) | |
tree | 69f05e8236300e02dc11db66fe2fd651b5c4942d /modules/simpletest/simpletest.module | |
parent | 5ba4c53379c48d563dee88cb8237eb5fc3eb72b8 (diff) | |
download | brdo-ab07b4cd5efc35112163b7d74630993920bd92d5.tar.gz brdo-ab07b4cd5efc35112163b7d74630993920bd92d5.tar.bz2 |
#305077 by DamZ, boombatower, and cwgordon7: Rework SimpleTest backend.
Diffstat (limited to 'modules/simpletest/simpletest.module')
-rw-r--r-- | modules/simpletest/simpletest.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module index 3decbfe76..dec43853f 100644 --- a/modules/simpletest/simpletest.module +++ b/modules/simpletest/simpletest.module @@ -106,7 +106,7 @@ function simpletest_test_form() { $result->message_group, basename($result->file), $result->line, - $result->caller, + $result->function, $map[$status], ), 'class' => "simpletest-$status", |