History log of /external/dbus/test/shell-test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dbecdeabb20e0ce11121819c63373f0afba57c58 19-Mar-2010 Marcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de> Consistently include <config.h> in all C source files and never in header files.
/external/dbus/test/shell-test.c
c1091cbbd2477699dc16f8c8e3d15fea2f68d603 14-Aug-2006 John (J5) Palmieri <johnp@redhat.com> Patches by Kjartan Maraas <kmaraas at gnome dot org>

* bus/services.c (bus_service_list_queued_owners):
Add a pointer cast to fix compiler warning

* dbus/dbus-dataslot.c (_dbus_data_slot_list_get):
return a NULL instead of FALSE since the return type
is not expecting a boolean

* dbus/dbus-marshal-basic.c (_dbus_marshal_test):
Remove unused variable

* dbus/dbus-marshal-recursive-util.c (node_new):
return a NULL instead of FALSE since the return type
is not expecting a boolean

* dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
because we are expecting a pointer not a boolean

* dbus/dbus-sysdeps-util.c (_dbus_get_tmpdir):
add void as the parameter so some compilers
don't complain

* dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket,
_dbus_transport_new_for_tcp_socket):
Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
because we are expecting a pointer not a boolean

* test/shell-test.c (test_command_line):
cast the second argument to _dbus_list_append to avoid compiler
warnings

* test/test-names.c (main): remove unused variable

* test/test-service.c (check_hello_from_self_reply):
Initialize echo_message and echo_reply to NULL

* test/test-shell-service.c (handle_echo):
Remove unused variable and cast the third parameter passed to
dbus_connection_get_object_path_data to avoid compiler warrnings

* test/name-test/test-names.c (clear_message_queue):
Remove unused function

* test/name-test/test-pending-call-dispatch.c:
Fix format string in printf
/external/dbus/test/shell-test.c
2974c82428b5d9d3e1f504ba4052aec47fc2b415 10-Aug-2006 John (J5) Palmieri <johnp@redhat.com> * dbus/dbus-sysdeps.c:
* dbus/dbus-address.c:
* bus/activation.c:
* test/shell-test.c:
don't hardcode tmp directory (patch from Dave Meikle
<dmk at davemeikle dot co dot uk>)
/external/dbus/test/shell-test.c
075945f611290f2b9db9a4ed6cf5433f2fd85785 14-Jul-2005 John (J5) Palmieri <johnp@redhat.com> Checking in Rodrigo's patch along with my fixes to the patch

2005-07-14 John (J5) Palmieri <johnp@redhat.com>

* bus/activation.c: clean up all tabs to be 8 spaces
(bus_activation_activate_service): make sure we clean up
if activation fails

* bus/dispatch.c: clean up all tabs to be 8 spaces
(check_shell_fail_service_auto_start): New function
tests to make sure we get fail properly when trying to auto start a service
with a faulty command line
(check_shell_service_success_auto_start): New function tests to make sure
auto started services get the arguments on the command line

* test/test-shell-service.c: Added service for testing auto-starting with
command line arguments

* test/data/valid-service-files/debug-shell-echo-fail.service.in,
test/data/valid-service-files/debug-shell-echo-success.service.in:
Added service files for testing auto-starting with command line arguments

* */.cvsignore: added a bunch of generated files to various .cvsignore files

2005-07-14 Rodrigo Moya <rodrigo@novell.com>

* dbus/dbus-shell.[ch]: copy/pasted code from GLib.

* dbus/Makefile.am: added new files to build.

* bus/activation.c (bus_activation_activate_service): support
activation commands with parameters.

* test/shell-test.c: added test program for the shell parsing
code.
/external/dbus/test/shell-test.c