aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* copyediting: remove dead '#if 0''ed codeCharles Kerr2014-01-302-60/+5
|
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-304-14/+14
| | | | get_name_of_thing() or getNameOfThing()
* remove dead filesCharles Kerr2014-01-302-276/+0
|
* fix 'clock app' menuitem on phone profile reported by seb128 and update the ↵Charles Kerr2014-01-301-67/+175
| | | | corresponding unit tests
* fix disabled 'Add Event…' menuitem issue reported in testing by seb128; ↵Charles Kerr2014-01-291-0/+8
| | | | add a test for this regression
* fix instant calendar toggle issue reported in testing by seb128; add a test ↵Charles Kerr2014-01-291-1/+7
| | | | for this regression
* sync with lp:~larsu/indicator-datetime/reset-date and add corresponding unit ↵Charles Kerr2014-01-291-0/+54
| | | | tests.
* comment out unit tests that require a version of dbus-test-runner that ↵Charles Kerr2014-01-281-9/+12
| | | | hasn't landed yet.
* ensure the unit tests' default locale supports utf-8Charles Kerr2014-01-281-1/+1
|
* fix bootstrap error in unit tests by ensuring we always use the local ↵Charles Kerr2014-01-281-2/+2
| | | | gschema instead of the one preinstalled on the system
* merge lp:~robert-ancell/indicator-datetime/unity-control-center2 into ↵Charles Kerr2014-01-271-0/+98
|\ | | | | | | lp:indicator-datetime
| * let's see what g_warning jenkins found.Charles Kerr2013-12-131-2/+3
| |
| * in test-formatter, the 12h/24h unit test doesn't need our gschema, so remove ↵Charles Kerr2013-12-132-11/+1
| | | | | | | | it from this MP
| * in tests/, remove a couple of rules that got pulled in from the dev branch ↵Charles Kerr2013-12-131-3/+0
| | | | | | | | but aren't necessary here
| * Add tests to confirm the phone profile header's time format is sensitive to ↵Charles Kerr2013-12-133-0/+235
| | | | | | | | 12/24hr locales (bug #1256061)
| * in tests/, fix the include dirs to look at the source and binary dirs so we ↵Charles Kerr2013-12-131-2/+4
| | | | | | | | can pick up autogenerated headers
| * in tests/, fix typo in schema generator rulesCharles Kerr2013-12-131-1/+1
| |
| * in tests/, add rules to make the Google Test libraryCharles Kerr2013-12-131-0/+9
| |
* | add test coverage for Exporter's name_lost signalCharles Kerr2014-01-271-14/+20
| |
* | add unit tests for utils.cpp's get_timezone_name()Charles Kerr2014-01-271-4/+28
| |
* | 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 ↵Charles Kerr2014-01-221-18/+14
| | | | | | | | have a timer for that in Formatter, so move it from there to Clock and add a corresponding public signal Clock.minuteChanged that both Formatter and Alarms can use. Sync unit tests.
* | move planner-mock.h from include/datetime/ to tests/ because it's only ↵Charles Kerr2014-01-222-34/+21
| | | | | | | | needed by the tests.
* | 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 ↵Charles Kerr2014-01-221-3/+0
| | | | | | | | LiveClock and doesn't need to be public in State.
* | 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 ↵Charles Kerr2014-01-2214-2/+291
| | | | | | | | with src/
* | 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 ↵Charles Kerr2014-01-212-23/+56
| | | | | | | | for testing LiveActions
* | 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 ↵Charles Kerr2014-01-162-55/+25
| | | | | | | | GSettings argument. Update utils tests.
* | Plug the Settings object into the State container s.t. menus and actions can ↵Charles Kerr2014-01-161-2/+2
| | | | | | | | update themselves when the user's settings change.
* | update SettingsLocations class to use the "Settings" class instead of using ↵Charles Kerr2014-01-161-68/+65
| | | | | | | | GSettings directly.
* | update DesktopFormatter class to use the "Settings" class instead of using ↵Charles Kerr2014-01-161-97/+80
| | | | | | | | GSettings directly.
* | 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
| | | | | | | | | | | | Form: Add code annotations/comments. Remove dead code. Use Mir style guide. Todo: GSettings toggles, sync with new dbus-test-runner API, get GNOME Panel building again
* | 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 ↵Charles Kerr2013-10-172-0/+236
| | | | 'IndicatorDatetimeClock'
* 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
|