gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue Aug 20 12:30:57 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/33b1a19e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5c87344d (commit)
	from  https://github.com/Gnucash/gnucash/commit/0a3fd598 (commit)



commit 33b1a19eb22a874db51edc70c36543c103bd30ef
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Aug 20 18:30:31 2019 +0200

    Disable text-tx-import.cpp
    
    There are no tests in this file yet

diff --git a/gnucash/import-export/csv-imp/test/CMakeLists.txt b/gnucash/import-export/csv-imp/test/CMakeLists.txt
index e9dc7bb9b..217cbf3ed 100644
--- a/gnucash/import-export/csv-imp/test/CMakeLists.txt
+++ b/gnucash/import-export/csv-imp/test/CMakeLists.txt
@@ -24,10 +24,11 @@ if (NOT WIN32)
     gtest_csv_imp_INCLUDES gtest_csv_imp_LIBS
     SRCDIR=${CMAKE_SOURCE_DIR}/gnucash/import-export/csv-imp/test)
 
-  set(test_tx_import_SOURCES
-    test-tx-import.cpp)
-  gnc_add_test(test-tx_import "${test_tx_import_SOURCES}"
-    gtest_csv_imp_INCLUDES gtest_csv_imp_LIBS)
+  # Disable for now - there are no tests added yet to this source file
+  #set(test_tx_import_SOURCES
+  #  test-tx-import.cpp)
+  #gnc_add_test(test-tx_import "${test_tx_import_SOURCES}"
+  #  gtest_csv_imp_INCLUDES gtest_csv_imp_LIBS)
 endif()
 
 set_dist_list(test_csv_import_DIST CMakeLists.txt

commit 5c87344dbde9a11494b5f90442f4c19eae40b266
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Aug 18 11:47:13 2019 +0200

    Add developer name to our appdata
    
    It has no legal bearing as far as I know, but consumers like
    gnome-software or flathub will display this info.

diff --git a/gnucash/gnome/gnucash.appdata.xml.in b/gnucash/gnome/gnucash.appdata.xml.in
index d0cff4f95..81aa28ade 100644
--- a/gnucash/gnome/gnucash.appdata.xml.in
+++ b/gnucash/gnome/gnucash.appdata.xml.in
@@ -25,6 +25,7 @@
       <li>Perform financial calculations, such as a loan repayment</li>
     </ul>
   </description>
+  <developer_name>GnuCash Project</developer_name>
   <categories>
     <category>Finance</category>
   </categories>



Summary of changes:
 gnucash/gnome/gnucash.appdata.xml.in              | 1 +
 gnucash/import-export/csv-imp/test/CMakeLists.txt | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list