summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@canonical.com>2015-06-16 10:10:12 -0300
committerDaniel d'Andrada <daniel.dandrada@canonical.com>2015-06-16 10:10:12 -0300
commite96a1c8d437f8194fe47494ed9640c47efb7bfe7 (patch)
tree2349cf9c6d8b57c1db7272d188bfe2f658f3c64c /tests
parent940b95c251a5352b4add64cc28e8a1fb836d5893 (diff)
Rename test
Diffstat (limited to 'tests')
-rw-r--r--tests/modules/ApplicationManager/application_manager_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/ApplicationManager/application_manager_test.cpp b/tests/modules/ApplicationManager/application_manager_test.cpp
index 86d0c72..a21a5c8 100644
--- a/tests/modules/ApplicationManager/application_manager_test.cpp
+++ b/tests/modules/ApplicationManager/application_manager_test.cpp
@@ -937,7 +937,7 @@ TEST_F(ApplicationManagerTests,shellStopsForegroundAppCorrectly)
/*
* Test that a suspended application is stopped correctly
*/
-TEST_F(ApplicationManagerTests,shellStopsBackgroundAppCorrectly)
+TEST_F(ApplicationManagerTests,shellStopsSuspendedAppCorrectly)
{
using namespace ::testing;
const QString appId("testAppId");