Add book migration database for 3.12.
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 24 Mar 2014 12:01:28 +0000 (08:01 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 24 Mar 2014 12:08:10 +0000 (08:08 -0400)
(cherry picked from commit 45afa54dcffdc028256b3c2deaa1619f046a9613)

tests/book-migration/README
tests/book-migration/db/3.12/contacts.db [new file with mode: 0644]
tests/book-migration/db/Makefile.am

index cdf2160..096ca6c 100644 (file)
@@ -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 (file)
index 0000000..14cc2a9
Binary files /dev/null and b/tests/book-migration/db/3.12/contacts.db differ
index 188a0e5..8e2af40 100644 (file)
@@ -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