aboutsummaryrefslogtreecommitdiff
path: root/tests/test-formatter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix cppcheck errors/warningsRobert Tari2022-02-081-2/+3
|
* Whitespace fixRobert Tari2022-02-081-1/+0
|
* Fix failing testsRobert Tari2021-07-211-1/+1
| | | | | | | | | | | | | | | | | - include/actions-mock.h: Set return value to std::string and return an empty string - include/actions.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - include/actions-live.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - src/actions-live.cpp: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - tests/test-live-actions.cpp: Drop last_cmd and last_url variables + use return values of actions-live functions for testing + test phone functions on lomiri only - tests/test-live-actions.cpp: test phone functions after setting XDG_CURRENT_DESKTOP - tests/test-settings.cpp: Use SETTINGS_NOTIFY_SCHEMA_ID only if it exists - tests/run-eds-ics-test.sh: Remove return statement - tests/CMakeLists.txt: Enable the timezone unit tests - tests/CMakeLists.txt: Catch race condition while attempting to copy schemas - tests/CMakeLists.txt: Exclude blocking tests on Travis for now - tests/tests-timezones.cpp: Use MockTimezone to construct LiveTimezones + drop section expecting changes after /timezone is modified (not monitored) - tests/test-formater: Change warning to plain message otherwise it can crash the test - .build.yml: Replace libmessaging-menu-dev with ayatana-indicator-messages Git build
* Attempt to fix test on xenial.Renato Araujo Oliveira Filho2021-07-051-6/+5
|
* temporarily disable the formatter tests. This is a test harness error that ↵Charles Kerr2021-07-051-4/+4
| | | | doesn't need to block work on 1560188
* URL dispatcher support: Build phone code, even if URL dispatcher is unavailable.Mike Gabriel2018-03-261-2/+0
|
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-2/+2
|
* tests/test-formatter.cpp: Fix locale setting and ignore failures if the ↵Mike Gabriel2017-12-081-9/+16
| | | | build system does not have en_US.UTF-8 as valid locale available.
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-0/+1
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-1/+1
|
* sync the rest of the code with the changes to DateTime instantiation ↵Charles Kerr2015-03-141-53/+36
| | | | mentioned two commits ago
* fix flint++ warningsCharles Kerr2014-09-171-6/+6
|
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-301-5/+5
| | | | get_name_of_thing() or getNameOfThing()
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+256
with src/