diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2014-01-13 20:45:37 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-17 16:29:37 +0000 |
commit | 3ce5d21edfe5ca4a97892e3144fcbb5979a54cf6 (patch) | |
tree | 0935d8795cfa9a7838bc6f18c78041e417aebbab /doc | |
parent | 54440baa2192abe889957a23e4448c599ce32260 (diff) | |
download | dbus-3ce5d21edfe5ca4a97892e3144fcbb5979a54cf6.tar.gz |
Rename bus-test to test-bus to match common test application naming scheme.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73495
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-test-plan.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/dbus-test-plan.xml b/doc/dbus-test-plan.xml index ed918e55..e3efd2cd 100644 --- a/doc/dbus-test-plan.xml +++ b/doc/dbus-test-plan.xml @@ -170,10 +170,10 @@ a socket. </para> </sect2> - <sect2 id="bus-test"> - <title>The bus-test program</title> + <sect2 id="test-bus"> + <title>The test-bus program</title> <para> - The bus-test program is a program that is used to test various + The test-bus program is a program that is used to test various parts of the D-Bus bus daemon; robustness and that it conforms to the specifications. </para> @@ -185,7 +185,7 @@ testing easier. </para> <para> - The bus-test program should test all major features of the + The test-bus program should test all major features of the bus, such as service registration, notification when things occurs and message matching. </para> |