[glom] Fixed ChangeLog for accidental in-progress commit.



commit 0229bd0c485c514e439e070c806bcf53a8234226
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat May 1 11:27:59 2010 +0200

    Fixed ChangeLog for accidental in-progress commit.

 ChangeLog |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3a65441..5d45221 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2010-05-01  Murray Cumming  <murrayc murrayc com>
 
+	Move some Base_DB methods to DbUtils and test database recreation.
+	
+	* glom/base_db.[h|cc]: Move many db-related methods to 
+	glom/libglom/db_utils.[h|cpp], taking a Document* paramater where necessary.
+	This makes Base_DB slightly less of a mess, makes it clearer when we are 
+	doing Database IO, and makes it possible to do more testing of non-UI code.
+	* Makefile_tests.am:
+	* tests/test_selfhost_new_from_example.cc: Use DbUtils to recreate the 
+	database structure and data from the example file.
+	* Many files: Adapted.
+
+2010-05-01  Murray Cumming  <murrayc murrayc com>
+
 	Fix document saving (recently broken by me) and add a test for it.
 
 	* glom/libglom/document/bakery/document.cc: write_to_disk():



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]