| Commit message (Expand) | Author | Age | Files | Lines |
* | in test-users, possible fix to async dbus action timing issue in SetUp | Charles Kerr | 2013-06-28 | 1 | -1/+1 |
* | in test-users, fix timing issue in the fixture's SetUp | Charles Kerr | 2013-06-28 | 1 | -1/+4 |
* | fix test breakage introduced with the recent commit that hides the reboot men... | Charles Kerr | 2013-06-28 | 3 | -37/+64 |
* | update comments & documentation to reflect that we've replaced consolekit and... | Charles Kerr | 2013-06-28 | 4 | -10/+4 |
* | copyediting: remove g_messages() added while fixing the tests, remove dead code | Charles Kerr | 2013-06-25 | 5 | -149/+4 |
* | everything in test-guest now passes | Charles Kerr | 2013-06-25 | 1 | -10/+12 |
* | TestGuest::Login now passes | Charles Kerr | 2013-06-25 | 1 | -6/+6 |
* | test-guest's HelloWorld and Allowed tests now pass | Charles Kerr | 2013-06-25 | 1 | -5/+4 |
* | don't pass -std=c++0x to the compiler when building .c files | Charles Kerr | 2013-06-25 | 1 | -1/+1 |
* | all the tests in test-users pass | Charles Kerr | 2013-06-25 | 1 | -11/+9 |
* | in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser i... | Charles Kerr | 2013-06-25 | 5 | -117/+99 |
* | in tests-users, fix 3 more tests: RealnameChanged, LogInLogOut, ActivateSession | Charles Kerr | 2013-06-25 | 6 | -85/+69 |
* | fix the first four tests in test-users: HelloWorld, InitialUsers, UserAdded, ... | Charles Kerr | 2013-06-24 | 7 | -39/+141 |
* | remove unused method MockAccounts::find_by_path() | Charles Kerr | 2013-06-24 | 2 | -13/+0 |
* | In tests/, enable debuginfo and warnings for C++ file. Fix a couple of minor ... | Charles Kerr | 2013-06-24 | 2 | -7/+7 |
* | get all the tests in test-actions passing again. | Charles Kerr | 2013-06-24 | 17 | -1007/+726 |
* | in the tests, use login1's terminology 'power off', 'reboot' | Charles Kerr | 2013-06-24 | 2 | -20/+20 |
* | remove the --replace command-line argument and property as we're using upstar... | Charles Kerr | 2013-06-20 | 1 | -6/+1 |
* | use the production dbus name | Charles Kerr | 2013-06-19 | 1 | -3/+3 |
* | silence unused variable warning | Charles Kerr | 2013-06-19 | 1 | -1/+1 |
* | port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%. | Charles Kerr | 2013-03-22 | 45 | -187/+5220 |
* | Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether the... | Mathieu Trudel-Lapierre | 2013-03-05 | 1 | -0/+1 |
* | Revise path to gtest source files; the files moved in libxorg-gtest-dev | Mathieu Trudel-Lapierre | 2013-01-22 | 1 | -2/+2 |
* | Remove the uses of deprecated g_type_init(). | Mathieu Trudel-Lapierre | 2013-01-22 | 1 | -1/+0 |
* | Rename localcheck to integrationcheck; update autopkgtest test. | Mathieu Trudel-Lapierre | 2013-01-14 | 1 | -4/+4 |
* | Move TestCanStartService into a separate make target "localcheck"; so that | Mathieu Trudel-Lapierre | 2012-12-05 | 1 | -2/+7 |
* | revert the g_message() tracers added in r372 | Charles Kerr | 2012-11-13 | 1 | -4/+0 |
* | ensure that the service unit test can find all the GSettings schemas that it ... | Charles Kerr | 2012-11-08 | 4 | -7/+260 |
* | wrap the g_dbus_connection_call_sync() calls in g_message to see whether or n... | Charles Kerr | 2012-11-07 | 1 | -0/+4 |
* | remove unused function CallIndicatorServiceMethod() | Charles Kerr | 2012-11-06 | 1 | -14/+3 |
* | Reimplement test-service s.t. we actually test activating the service via dbu... | Charles Kerr | 2012-11-06 | 4 | -457/+153 |
* | add gtest-dbus-helper.h to test_service_SOURCES s.t. it gets bundled in the t... | Charles Kerr | 2012-08-31 | 1 | -1/+3 |
* | add a local implementation of indicator-service-test.h | Charles Kerr | 2012-08-23 | 2 | -2/+419 |
* | Separate testing-strings utility into its own Makefile for re-use.. Approved ... | Charles Kerr | 2012-07-23 | 2 | -0/+43 |
|\ |
|
| * | extract the strings test into their own Makefile so that we can share it amon... | Charles Kerr | 2012-05-02 | 2 | -0/+43 |
* | | fix #include in test-service | Charles Kerr | 2012-07-11 | 1 | -1/+1 |
|/ |
|
* | use ted's suggestions for using xorg-gtest and to remove the service-test-run... | Charles Kerr | 2012-04-27 | 2 | -27/+16 |
|\ |
|
| * | Switch to using the xorg-gtest main so that we're running under a dummy Xserver | Ted Gould | 2012-04-27 | 1 | -2/+8 |
| * | Change the service path to be a define instead of passed on the command line | Ted Gould | 2012-04-27 | 2 | -22/+7 |
|/ |
|
* | sync with the other indicatorsGTest automake rules | Charles Kerr | 2012-04-26 | 1 | -2/+3 |
* | add scaffolding for indicator-session-service Google Testing with libdbustest | Charles Kerr | 2012-04-26 | 2 | -0/+90 |