aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* sync the exported calendar state with the #State backendCharles Kerr2014-01-254-15/+127
* Alarms is going to need to know when the clock's minute changes. We already h...Charles Kerr2014-01-221-18/+14
* move planner-mock.h from include/datetime/ to tests/ because it's only needed...Charles Kerr2014-01-222-34/+21
* sync test-exporter with the greeter profile's header names that changed in r325Charles Kerr2014-01-221-2/+2
* remove the State.timezones property. Timezones is a helper class for LiveCloc...Charles Kerr2014-01-221-3/+0
* silence a minor compiler warning in test-settingsCharles Kerr2014-01-221-4/+4
* copyediting: rename the test/ directory's .cc files to .cpp for consistency w...Charles Kerr2014-01-2214-2/+291
* fold repetitious unit test rules into CMake functionsCharles Kerr2014-01-221-93/+29
* add unit tests for the menu/action exporterCharles Kerr2014-01-222-0/+135
* remove unnecessary #includesCharles Kerr2014-01-222-7/+0
* add LiveActions implementation and unit testsCharles Kerr2014-01-212-2/+9
* Extract the MockState logic from state-fixture.h so that it can be reused for...Charles Kerr2014-01-212-23/+56
* get timezone, clock tests running again with Settings & StateCharles Kerr2014-01-164-169/+82
* in utils.c, make a version of get_timezone_name() that doesn't require a GSet...Charles Kerr2014-01-162-55/+25
* Plug the Settings object into the State container s.t. menus and actions can ...Charles Kerr2014-01-161-2/+2
* update SettingsLocations class to use the "Settings" class instead of using G...Charles Kerr2014-01-161-68/+65
* update DesktopFormatter class to use the "Settings" class instead of using GS...Charles Kerr2014-01-161-97/+80
* Implement Settings, a properties-cpp wrapper around GSettingsCharles Kerr2014-01-162-0/+211
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-1421-990/+1301
* add geoclue, glib test fixturesCharles Kerr2013-12-176-3/+825
* add locations + testsCharles Kerr2013-12-171-0/+172
* add planner + testsCharles Kerr2013-12-172-0/+138
* add formatter + testsCharles Kerr2013-12-171-0/+270
* add timezone-geoclue + testsCharles Kerr2013-12-171-0/+97
* add timezone-file + testsCharles Kerr2013-12-171-0/+133
* add clock + testsCharles Kerr2013-12-171-0/+244
* replace autotools with cmakeCharles Kerr2013-10-182-58/+23
* refactor the timezone and current time provider into a gobject Interface 'Ind...Charles Kerr2013-10-172-0/+236
* fix typo in the potfile unit tests' error messagesCharles Kerr2013-10-041-1/+1
* sync unit tests to not look for the leading zeroCharles Kerr2013-10-031-6/+6
* get coverage reports working. We now have nonzero coverage, whooCharles Kerr2013-09-071-2/+2
* add preliminary unit tests for utilsCharles Kerr2013-09-072-0/+118
* fix build breakage in tests/Charles Kerr2013-06-181-3/+2
* Link test program in the right order. Importantly, make sureIain Lane2013-06-131-2/+2
* Because larsu.Mathieu Trudel-Lapierre2013-03-051-1/+1
* Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether the...Mathieu Trudel-Lapierre2013-03-051-0/+1
* Update paths to gtest source.Mathieu Trudel-Lapierre2013-01-221-2/+2
* remove g_type_init() calls and bump glib minimum to 2.35.4, where g_type_init...Charles Kerr2013-01-171-1/+0
* add Google Test scaffolding to indicator-datetime: autotools rules, support f...Charles Kerr2012-11-063-0/+183
* Boot strapTed Gould2010-01-041-0/+0