From c969e138ffd2f0e574db196c6d0d77abc6e40e64 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Wed, 2 Nov 2011 18:09:04 +0100 Subject: [PATCH] Putted more order to tests (refs #178). --- .gitignore | 11 ++++--- tests/Makefile.am | 20 ++++++------ .../{test_rptreport_creation.c => creation.c} | 0 tests/{test_report_db.rpt => db.rpt} | 0 ...{rptreport_gtktreeview.c => gtktreeview.c} | 0 ...test_rptreport_liststore.c => liststore.c} | 0 tests/{test_rptprint_mm.rptr => mm.rptr} | 0 .../{test_report_newline.rpt => newline.rpt} | 0 tests/report.rpt | 29 +++++++++++++++++ tests/{test_rptprint.c => rptprint.c} | 0 tests/{test_rptreport.c => rptreport.c} | 2 +- tests/test_report.rpt | 31 ------------------- 12 files changed, 47 insertions(+), 46 deletions(-) rename tests/{test_rptreport_creation.c => creation.c} (100%) rename tests/{test_report_db.rpt => db.rpt} (100%) rename tests/{rptreport_gtktreeview.c => gtktreeview.c} (100%) rename tests/{test_rptreport_liststore.c => liststore.c} (100%) rename tests/{test_rptprint_mm.rptr => mm.rptr} (100%) rename tests/{test_report_newline.rpt => newline.rpt} (100%) create mode 100644 tests/report.rpt rename tests/{test_rptprint.c => rptprint.c} (100%) rename tests/{test_rptreport.c => rptreport.c} (99%) delete mode 100644 tests/test_report.rpt diff --git a/.gitignore b/.gitignore index 237bf03..cdc3c50 100644 --- a/.gitignore +++ b/.gitignore @@ -46,12 +46,13 @@ stamp-h1 src/parser.tab.[ch] tests/test*.png tests/*.pdf -tests/rptreport_gtktreeview +tests/gtktreeview +tests/test_report.rpt tests/test_report.rptr -tests/test_rptprint -tests/test_rptreport -tests/test_rptreport_creation -tests/test_rptreport_liststore +tests/rptprint +tests/rptreport +tests/creation +tests/liststore tests/test_report_created* POTFILES mkinstalldirs diff --git a/tests/Makefile.am b/tests/Makefile.am index 1dc2951..9ec6cf4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,16 +6,18 @@ AM_CPPFLAGS = $(REPTOOL_CFLAGS) \ libreptool = $(top_builddir)/src/libreptool.la noinst_PROGRAMS = \ - test_rptreport \ - test_rptprint \ - test_rptreport_creation \ - test_rptreport_liststore \ - rptreport_gtktreeview + rptreport \ + rptprint \ + creation \ + liststore \ + gtktreeview LDADD = $(libreptool) EXTRA_DIST = \ - test_report.rpt \ - test_report_db.rpt \ - test_rptprint.rptr \ - db_test.db + report.rpt \ + db.rpt \ + mm.rptr \ + newline.rpt \ + db_test.db \ + gnome-globe.png diff --git a/tests/test_rptreport_creation.c b/tests/creation.c similarity index 100% rename from tests/test_rptreport_creation.c rename to tests/creation.c diff --git a/tests/test_report_db.rpt b/tests/db.rpt similarity index 100% rename from tests/test_report_db.rpt rename to tests/db.rpt diff --git a/tests/rptreport_gtktreeview.c b/tests/gtktreeview.c similarity index 100% rename from tests/rptreport_gtktreeview.c rename to tests/gtktreeview.c diff --git a/tests/test_rptreport_liststore.c b/tests/liststore.c similarity index 100% rename from tests/test_rptreport_liststore.c rename to tests/liststore.c diff --git a/tests/test_rptprint_mm.rptr b/tests/mm.rptr similarity index 100% rename from tests/test_rptprint_mm.rptr rename to tests/mm.rptr diff --git a/tests/test_report_newline.rpt b/tests/newline.rpt similarity index 100% rename from tests/test_report_newline.rpt rename to tests/newline.rpt diff --git a/tests/report.rpt b/tests/report.rpt new file mode 100644 index 0000000..708e4f2 --- /dev/null +++ b/tests/report.rpt @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/tests/test_rptprint.c b/tests/rptprint.c similarity index 100% rename from tests/test_rptprint.c rename to tests/rptprint.c diff --git a/tests/test_rptreport.c b/tests/rptreport.c similarity index 99% rename from tests/test_rptreport.c rename to tests/rptreport.c index 2cb7c79..bc0dfde 100644 --- a/tests/test_rptreport.c +++ b/tests/rptreport.c @@ -104,7 +104,7 @@ main (int argc, char **argv) } xmlDoc *rptprint = rpt_report_get_xml_rptprint (rptr); - if (xml_rptr_file_name) + if (xml_rptr_file_name != NULL) { xmlSaveFormatFileEnc (xml_rptr_file_name, rptprint, "UTF-8", 2); } diff --git a/tests/test_report.rpt b/tests/test_report.rpt deleted file mode 100644 index 10c269d..0000000 --- a/tests/test_report.rpt +++ /dev/null @@ -1,31 +0,0 @@ - - - - mm - pdf - rptreport.pdf - 1 - - - - - - - - - - - - - - - - - - - - - - - - -- 2.49.0