summaryrefslogtreecommitdiff
path: root/tests/libedata-cal/test-cal-cache-search.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2017-02-22 11:41:14 +0100
committerMilan Crha <mcrha@redhat.com>2017-03-21 18:20:16 +0100
commit11956500fbcc7ed996205d4be3dadbb89e9cec57 (patch)
treee50ab6c31c0021c9d0a41ab591dfe384b12e8538 /tests/libedata-cal/test-cal-cache-search.c
parentfe5f2d199dfa77e3230a0670fe72b8001f0a9f35 (diff)
downloadevolution-data-server-11956500fbcc7ed996205d4be3dadbb89e9cec57.tar.gz
Add ECalCache getters test + some other minor changes
Diffstat (limited to 'tests/libedata-cal/test-cal-cache-search.c')
-rw-r--r--tests/libedata-cal/test-cal-cache-search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libedata-cal/test-cal-cache-search.c b/tests/libedata-cal/test-cal-cache-search.c
index 754aec49e..7373fa409 100644
--- a/tests/libedata-cal/test-cal-cache-search.c
+++ b/tests/libedata-cal/test-cal-cache-search.c
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- * Copyright (C) 2016 Red Hat, Inc. (www.redhat.com)
+ * Copyright (C) 2017 Red Hat, Inc. (www.redhat.com)
*
* This library is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
@@ -356,7 +356,7 @@ test_search_has_categories (TCUFixture *fixture,
gconstpointer user_data)
{
test_search (fixture, "(has-categories? #f)", "!event-2");
- test_search (fixture, "(has-categories? \"Holiday\")", "event-4");
+ test_search (fixture, "(has-categories? \"Holiday\")", "event-7");
test_search (fixture, "(has-categories? \"Hard\" \"Work\")", "event-2");
test_search (fixture, "(has-categories? \"Hard\" \"Work\")", "!event-4");
}