summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-10-26 14:40:54 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-10-26 15:14:47 +1000
commitb28808b33705d5140e121a2021b0bf9996bab401 (patch)
tree3a5851394eef0101306ac09abbe22a2decb5bdb7
parent5b55197d6678363a6a822b2762eecbb6b0ef1e1f (diff)
input/input-module-load: rename for more expressive test name
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--tests/input/input-module-load.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/input/input-module-load.cpp b/tests/input/input-module-load.cpp
index c96b8f1..59e266c 100644
--- a/tests/input/input-module-load.cpp
+++ b/tests/input/input-module-load.cpp
@@ -7,7 +7,10 @@
#include "input-driver-test.h"
-TEST_P(SimpleInputDriverTest, DriverDevice)
+/* No implementation, class only exists for test naming */
+class InputModuleLoadTest : public SimpleInputDriverTest {};
+
+TEST_P(InputModuleLoadTest, CheckForLoadFailure)
{
std::ifstream in_file(server.GetLogFilePath().c_str());
std::string line;
@@ -27,7 +30,7 @@ TEST_P(SimpleInputDriverTest, DriverDevice)
}
}
-INSTANTIATE_TEST_CASE_P(, SimpleInputDriverTest,
+INSTANTIATE_TEST_CASE_P(, InputModuleLoadTest,
::testing::Values("acecad", "aiptek", "elographics",
"fpit", "hyperpen", "mutouch",
"penmount", "wacom", "synaptics",