mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typos and whitespace in test
This commit is contained in:
parent
f8c5f51b75
commit
0be8e05a1b
@ -1,6 +1,6 @@
|
|||||||
/********************************************************************
|
/********************************************************************
|
||||||
* testmain.c: GLib g_test test execution file. *
|
* testmain.c: GLib g_test test execution file. *
|
||||||
* Copyright 2011 John Ralls <jralls@ceridwen.us> *
|
* Copyright 2011 John Ralls <jralls@ceridwen.us> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or *
|
* This program is free software; you can redistribute it and/or *
|
||||||
* modify it under the terms of the GNU General Public License as *
|
* modify it under the terms of the GNU General Public License as *
|
||||||
@ -89,7 +89,7 @@ main (int argc, char *argv[])
|
|||||||
/* Add test functions. See
|
/* Add test functions. See
|
||||||
* http://library.gnome.org/devel/glib/stable/glib-Testing.html for
|
* http://library.gnome.org/devel/glib/stable/glib-Testing.html for
|
||||||
* details. Unfortunately, GLib-Testing doesn't provide the automatic
|
* details. Unfortunately, GLib-Testing doesn't provide the automatic
|
||||||
* registration features of more sophisitcated frameworks. */
|
* registration features of more sophisticated frameworks. */
|
||||||
g_test_add_func ("/TESTPROG/Test Case Name 1", example_without_fixture);
|
g_test_add_func ("/TESTPROG/Test Case Name 1", example_without_fixture);
|
||||||
g_test_add_data_func ("/TESTPROG/Test Case Name 2", NULL);
|
g_test_add_data_func ("/TESTPROG/Test Case Name 2", NULL);
|
||||||
g_test_add ("/TESTPROG/Test Case Name", Fixture, NULL, setup,
|
g_test_add ("/TESTPROG/Test Case Name", Fixture, NULL, setup,
|
||||||
|
Loading…
Reference in New Issue
Block a user