From: <dg...@su...> - 2009-01-12 13:56:27
|
Author: bellmich Date: Mon Jan 12 14:55:46 2009 New Revision: 892 URL: http://libsyncml.opensync.org/changeset/892 Log: added comment to document the unclean test environment Modified: trunk/tests/support.c Modified: trunk/tests/support.c ============================================================================== --- trunk/tests/support.c Mon Jan 12 14:55:05 2009 (r891) +++ trunk/tests/support.c Mon Jan 12 14:55:46 2009 (r892) @@ -21,6 +21,10 @@ #include "support.h" #include <libsyncml/sml_error_internals.h> +/* FIXME: These settings should be controlled by the test environment. + * FIXME: The hard coding of the environment creates an unreal test scenario. + * FIXME: The build host environment must be changed appropriately. + */ void configure_environment() { /* Several libraries do things which confuse debuggers and |