diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-10-17 18:22:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:21:19 -0500 |
commit | 67abfc498142f3ea16f682ddf335042be900438a (patch) | |
tree | 962379ae46b3b9c4cca9c920d1fd5a1721602b92 /source4/torture/subunit.c | |
parent | 946225b683e230120e89d15169b1954bd0cfdac2 (diff) | |
download | samba-67abfc498142f3ea16f682ddf335042be900438a.tar.gz samba-67abfc498142f3ea16f682ddf335042be900438a.tar.bz2 samba-67abfc498142f3ea16f682ddf335042be900438a.zip |
r19376: Remove unused helper function.
(This used to be commit 88c589940dfbc04c747cea4f97c84142ea139050)
Diffstat (limited to 'source4/torture/subunit.c')
-rw-r--r-- | source4/torture/subunit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/subunit.c b/source4/torture/subunit.c index 2a1e6e1cb6..3c4790b706 100644 --- a/source4/torture/subunit.c +++ b/source4/torture/subunit.c @@ -146,6 +146,7 @@ static void run_subunit_message(struct torture_context *context, switch (field) { case SUBUNIT_TEST: + test.description = comment; torture_ui_test_start(context, NULL, &test); break; case SUBUNIT_FAILURE: |