diff options
author | Simon McVittie <smcv@debian.org> | 2014-01-20 14:56:14 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-01-20 14:56:14 +0000 |
commit | a6267bcc65083d8460e42992acf1d6eeda9aab93 (patch) | |
tree | d2c6dffa8db5ffb99489d0721f78efd9e545b63a /doc | |
parent | 8f639c806c23d3a880caa2d2851503b93eb586bb (diff) | |
parent | 6528b0973bb09b0b407a5e169fdcc519087cc58d (diff) | |
download | dbus-a6267bcc65083d8460e42992acf1d6eeda9aab93.tar.gz |
Imported Upstream version 1.8.0upstream/1.8.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-test-plan.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/dbus-test-plan.xml b/doc/dbus-test-plan.xml index ee911149..e3efd2cd 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 @@ -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> |