aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests/test-service.cc: adjust test suite for screen lock changesMarc Deslauriers2013-09-251-10/+10
|
* sync tests to look for a header action state of type a{sv} instead of (sssb)Charles Kerr2013-08-121-14/+30
|
* fix failing tests on ppc & add more verbose warnings in the menu sync testsCharles Kerr2013-07-161-2/+3
|
* add the online-accounts action and unit tests for itCharles Kerr2013-07-122-0/+16
|
* If the Unity dialogs aren't available (such as in the greeter) but zenity ↵Charles Kerr2013-07-121-25/+49
| | | | | | | | | | is, use it to for confirmation dialogs: - add the implementation in actions.c - add actions.c to the i18n files list - sync the unit tests - suggest zenity in debian/control
* Add a 'can-reboot' property to the Actions class.Charles Kerr2013-07-122-0/+11
| | | | | | | | | This is used for handling a couple of pathological cases where features and states mix and match: 1. unity has the same dialog for 'reboot' and 'power off', so remove the duplicate menuitem, EXCEPT: 2. if the unity prompt isn't available (such as in the greeter), show both menuitems, OR 3. if the user has prompting disabled we need both, OR 4. if the user has the 'power off' button disabled, don't treat 'reboot' as redundant.
* in test-users, possible fix to async dbus action timing issue in SetUpCharles Kerr2013-06-281-1/+1
|
* in test-users, fix timing issue in the fixture's SetUpCharles Kerr2013-06-281-1/+4
|
* fix test breakage introduced with the recent commit that hides the reboot ↵Charles Kerr2013-06-283-37/+64
| | | | menuitem when running in unity shell
* update comments & documentation to reflect that we've replaced consolekit ↵Charles Kerr2013-06-284-10/+4
| | | | and login1
* copyediting: remove g_messages() added while fixing the tests, remove dead codeCharles Kerr2013-06-255-149/+4
|
* everything in test-guest now passesCharles Kerr2013-06-251-10/+12
|
* TestGuest::Login now passesCharles Kerr2013-06-251-6/+6
|
* test-guest's HelloWorld and Allowed tests now passCharles Kerr2013-06-251-5/+4
|
* don't pass -std=c++0x to the compiler when building .c filesCharles Kerr2013-06-251-1/+1
|
* all the tests in test-users passCharles Kerr2013-06-251-11/+9
|
* in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser ↵Charles Kerr2013-06-255-117/+99
| | | | is now green.
* in tests-users, fix 3 more tests: RealnameChanged, LogInLogOut, ActivateSessionCharles Kerr2013-06-256-85/+69
|
* fix the first four tests in test-users: HelloWorld, InitialUsers, UserAdded, ↵Charles Kerr2013-06-247-39/+141
| | | | and UserRemoved.
* remove unused method MockAccounts::find_by_path()Charles Kerr2013-06-242-13/+0
|
* In tests/, enable debuginfo and warnings for C++ file. Fix a couple of minor ↵Charles Kerr2013-06-242-7/+7
| | | | compile warnings.
* get all the tests in test-actions passing again.Charles Kerr2013-06-2417-1007/+726
|
* in the tests, use login1's terminology 'power off', 'reboot'Charles Kerr2013-06-242-20/+20
|
* remove the --replace command-line argument and property as we're using ↵Charles Kerr2013-06-201-6/+1
| | | | upstart for that
* use the production dbus nameCharles Kerr2013-06-191-3/+3
|
* silence unused variable warningCharles Kerr2013-06-191-1/+1
|
* port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.Charles Kerr2013-03-2245-187/+5220
|
* Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether ↵Mathieu Trudel-Lapierre2013-03-051-0/+1
| | | | there are extra libraries we should link against.
* Revise path to gtest source files; the files moved in libxorg-gtest-devMathieu Trudel-Lapierre2013-01-221-2/+2
|
* Remove the uses of deprecated g_type_init().Mathieu Trudel-Lapierre2013-01-221-1/+0
|
* Rename localcheck to integrationcheck; update autopkgtest test.Mathieu Trudel-Lapierre2013-01-141-4/+4
|
* Move TestCanStartService into a separate make target "localcheck"; so thatMathieu Trudel-Lapierre2012-12-051-2/+7
| | | | | the other tests can successfully run, and this one be used as an integration check.
* revert the g_message() tracers added in r372Charles Kerr2012-11-131-4/+0
|
* ensure that the service unit test can find all the GSettings schemas that it ↵Charles Kerr2012-11-084-7/+260
| | | | needs.
* wrap the g_dbus_connection_call_sync() calls in g_message to see whether or ↵Charles Kerr2012-11-071-0/+4
| | | | not this is where the jenkins failures are coming from
* remove unused function CallIndicatorServiceMethod()Charles Kerr2012-11-061-14/+3
|
* Reimplement test-service s.t. we actually test activating the service via ↵Charles Kerr2012-11-064-457/+153
| | | | dbus. Drop unneeded Xorg baggage.
* add gtest-dbus-helper.h to test_service_SOURCES s.t. it gets bundled in the ↵Charles Kerr2012-08-311-1/+3
| | | | tarball
* add a local implementation of indicator-service-test.hCharles Kerr2012-08-232-2/+419
|
* Separate testing-strings utility into its own Makefile for re-use.. Approved ↵Charles Kerr2012-07-232-0/+43
|\ | | | | | | by Allan LeSage.
| * extract the strings test into their own Makefile so that we can share it ↵Charles Kerr2012-05-022-0/+43
| | | | | | | | among other indicators
* | fix #include in test-serviceCharles Kerr2012-07-111-1/+1
|/
* use ted's suggestions for using xorg-gtest and to remove the ↵Charles Kerr2012-04-272-27/+16
|\ | | | | | | service-test-runner.sh script
| * Switch to using the xorg-gtest main so that we're running under a dummy XserverTed Gould2012-04-271-2/+8
| |
| * Change the service path to be a define instead of passed on the command lineTed Gould2012-04-272-22/+7
|/
* sync with the other indicatorsGTest automake rulesCharles Kerr2012-04-261-2/+3
|
* add scaffolding for indicator-session-service Google Testing with libdbustestCharles Kerr2012-04-262-0/+90