gnucash maint: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Thu Nov 17 19:07:02 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/7992fd0e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0be8e05a (commit)
	from  https://github.com/Gnucash/gnucash/commit/a04ee108 (commit)



commit 7992fd0e9b42de64ec178624953f88010cab4adc
Merge: a04ee108e 0be8e05a1
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Nov 18 01:00:58 2022 +0100

    Merge branch PR #1465 into maint


commit 0be8e05a1b427f51751ef718a2dd9e989f921fd3
Author: luz paz <luzpaz at pm.me>
Date:   Mon Nov 14 12:57:50 2022 -0500

    Fix typos and whitespace in test

diff --git a/test-templates/testmain.c b/test-templates/testmain.c
index ba53fb938..75c3fd1c6 100644
--- a/test-templates/testmain.c
+++ b/test-templates/testmain.c
@@ -1,6 +1,6 @@
 /********************************************************************
- * testmain.c: GLib g_test test execution file.			    *
- * Copyright 2011 John Ralls <jralls at ceridwen.us>		    *
+ * testmain.c: GLib g_test test execution file.	                    *
+ * Copyright 2011 John Ralls <jralls at ceridwen.us>                   *
  *                                                                  *
  * This program is free software; you can redistribute it and/or    *
  * 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
      * http://library.gnome.org/devel/glib/stable/glib-Testing.html for
      * 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_data_func ("/TESTPROG/Test Case Name 2", NULL);
     g_test_add ("/TESTPROG/Test Case Name", Fixture, NULL, setup,



Summary of changes:
 test-templates/testmain.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list