#include "libgitk.h"
Include dependency graph for libgitk_valid.c:
Go to the source code of this file.
Functions | |
TCase * | libgitk_valid_tcase (void) |
valid test suite | |
void | test_gitk_valid_invalid_giml (void) |
loads dialog from string which is not giml | |
void | test_gitk_valid_not_giml (void) |
loads dialog from string which is not giml | |
void | test_gitk_valid_not_xml (void) |
loads dialog from string which is not xml | |
void | test_setup (void) |
announce start of the test | |
void | test_teardown (void) |
announce end of the test | |
Variables | |
gchar * | dialog_desc_invalid_giml |
minimal test dialog number 1 | |
gchar * | dialog_desc_not_giml |
dialog desc which is xml, but not giml | |
gchar * | dialog_desc_not_xml |
dialog desc which is not xml |
Definition in file libgitk_valid.c.
|
loads dialog from string which is not giml
Definition at line 90 of file libgitk_valid.c. References dialog_desc_invalid_giml, gitk_dialog_free(), gitk_dialog_new_from_string(), gitk_done(), gitk_init(), GitkDialogPtr, test_argc, and test_argvptr. Referenced by libgitk_valid_tcase(). |
Here is the call graph for this function:
|
loads dialog from string which is not giml
Definition at line 74 of file libgitk_valid.c. References dialog_desc_not_giml, gitk_dialog_free(), gitk_dialog_new_from_string(), gitk_done(), gitk_init(), GitkDialogPtr, test_argc, and test_argvptr. Referenced by libgitk_valid_tcase(). |
Here is the call graph for this function:
|
loads dialog from string which is not xml
Definition at line 58 of file libgitk_valid.c. References dialog_desc_not_xml, gitk_dialog_free(), gitk_dialog_new_from_string(), gitk_done(), gitk_init(), GitkDialogPtr, test_argc, and test_argvptr. Referenced by libgitk_valid_tcase(). |
Here is the call graph for this function:
|
announce start of the test
Definition at line 20 of file libgitk_valid.c. References gitk_log. Referenced by libgitk_valid_tcase(). |
|
announce end of the test
Definition at line 27 of file libgitk_valid.c. References gitk_log. Referenced by libgitk_valid_tcase(). |
|
Initial value: \ "<?xml version=\"1.0\" ?>"\ "<!DOCTYPE giml SYSTEM \"http://gitk.sourceforge.net/giml.dtd\">"\ "<giml xmlns=\""GITK_NS_URL"\""\ " xmlns:dc=\"http://purl.org/dc/elements/1.1/\""\ " xmlns:i18n=\""I18N_NS_URL"\""\ " >"\ " <gitk/>"\ "</giml>"
Definition at line 45 of file libgitk_valid.c. Referenced by test_gitk_valid_invalid_giml(). |
|
Initial value: \ "<?xml version=\"1.0\" ?>" \ "<!DOCTYPE slides PUBLIC \"-//Norman Walsh//DTD Slides XML V3.0b2//EN\" \"http://docbook.sourceforge.net/release/slides/3.1.0/schema/dtd/slides.dtd\">" \ "<slides/>"
Definition at line 38 of file libgitk_valid.c. Referenced by test_gitk_valid_not_giml(). |
|
Initial value: \
"GITK is cool"
Definition at line 33 of file libgitk_valid.c. Referenced by test_gitk_valid_not_xml(). |