[geary: 41/66] Bump schema version in database test case
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary: 41/66] Bump schema version in database test case
- Date: Tue, 30 Jun 2020 07:11:05 +0000 (UTC)
commit 4875b6648520971b5a4311ce0dacfc0fa807e25d
Author: Chris Heywood <15127-creywood users noreply gitlab gnome org>
Date: Tue Jan 21 18:22:11 2020 +0100
Bump schema version in database test case
test/engine/imap-db/imap-db-database-test.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/test/engine/imap-db/imap-db-database-test.vala b/test/engine/imap-db/imap-db-database-test.vala
index 1341f2d85..b72e58f5d 100644
--- a/test/engine/imap-db/imap-db-database-test.vala
+++ b/test/engine/imap-db/imap-db-database-test.vala
@@ -106,7 +106,7 @@ class Geary.ImapDB.DatabaseTest : TestCase {
);
db.open.end(async_result());
- assert_int(25, db.get_schema_version(), "Post-upgrade version");
+ assert_int(26, db.get_schema_version(), "Post-upgrade version");
// Since schema v22 deletes the re-creates all attachments,
// attachment 12 should no longer exist on the file system and
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]