summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2014-01-11 20:51:27 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-17 16:17:02 +0000
commit0cd0714994a94a433745ed9bb2150cddbda5b313 (patch)
tree366e3c14ec52c0b8418b519bfb4a7006d740dbcc /doc
parent8875cdf025f649bfa287a5cc49e4dc0aa00c71dc (diff)
downloaddbus-0cd0714994a94a433745ed9bb2150cddbda5b313.tar.gz
Rename dbus-test to test-dbus to match common test application naming scheme.
[reverted the dbus-specification part -smcv] 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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dbus-test-plan.xml b/doc/dbus-test-plan.xml
index ee911149..ed918e55 100644
--- a/doc/dbus-test-plan.xml
+++ b/doc/dbus-test-plan.xml
@@ -48,7 +48,7 @@
<sect1 id="client-library">
<title>Testing the D-Bus client library</title>
<para>
- The tests for the client library consist of the dbus-test
+ The tests for the client library consist of the test-dbus
program which is a unit test for all aspects of the client
library. Whenever a bug in the client library is found and
fixed, a test is added to make sure that the bug won't occur again.
@@ -58,7 +58,7 @@
<para>
The D-Bus client library consists of some data structures that
are used internally; a linked list class, a hashtable class and
- a string class. All aspects of those are tested by dbus-test.
+ a string class. All aspects of those are tested by test-dbus.
</para>
</sect2>
<sect2 id="message-loader">
@@ -104,7 +104,7 @@
the D-Bus Reference Manual.
</para>
<para>
- The message test part of dbus-test is using the message
+ The message test part of test-dbus is using the message
builder to build different kinds of messages, both valid,
invalid, and invalid ones, to make sure that the loader won't
crash or leak memory of any of those, and that the loader