[evolution-data-server/evolution-data-server-3-12] Add book migration database for 3.12.



commit 9984bfe1842028c5b8c1c801c2757ff3f9e6c9a9
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Mar 24 08:01:28 2014 -0400

    Add book migration database for 3.12.
    
    (cherry picked from commit 45afa54dcffdc028256b3c2deaa1619f046a9613)

 tests/book-migration/README              |    2 +-
 tests/book-migration/db/3.12/contacts.db |  Bin 0 -> 28672 bytes
 tests/book-migration/db/Makefile.am      |    4 +++-
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/tests/book-migration/README b/tests/book-migration/README
index cdf2160..096ca6c 100644
--- a/tests/book-migration/README
+++ b/tests/book-migration/README
@@ -43,7 +43,7 @@ instructions:
 
   o Remember to add contacts.db to EXTRA_DIST
 
-    Edit evolution-data-server/tests/book-migration/Makefile.am
+    Edit evolution-data-server/tests/book-migration/db/Makefile.am
     and add the new "$(EDS_MAJOR_VERSION).$(EDS_MINOR_VERSION)/contacts.db"
     to EXTRA_DIST.
 
diff --git a/tests/book-migration/db/3.12/contacts.db b/tests/book-migration/db/3.12/contacts.db
new file mode 100644
index 0000000..14cc2a9
Binary files /dev/null and b/tests/book-migration/db/3.12/contacts.db differ
diff --git a/tests/book-migration/db/Makefile.am b/tests/book-migration/db/Makefile.am
index 188a0e5..8e2af40 100644
--- a/tests/book-migration/db/Makefile.am
+++ b/tests/book-migration/db/Makefile.am
@@ -4,7 +4,9 @@ EXTRA_DIST = \
        3.2/addressbook.dump 3.2/contacts.db \
        3.4/addressbook.dump 3.4/contacts.db \
        3.6/addressbook.dump 3.6/contacts.db \
-       3.8/contacts.db 3.10/contacts.db \
+       3.8/contacts.db \
+       3.10/contacts.db \
+       3.12/contacts.db \
        $(NULL)
 
 # Use db_load with our BDB dump text file


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