From ddebe2d0b47dd364760e633c98611e8334ad80c3 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 15 Jun 2014 02:10:42 +0200 Subject: [PATCH] add params to proper event --- tests/auto/rules/testrules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/rules/testrules.cpp b/tests/auto/rules/testrules.cpp index d02819c0..80d2a4cd 100644 --- a/tests/auto/rules/testrules.cpp +++ b/tests/auto/rules/testrules.cpp @@ -167,7 +167,7 @@ void TestRules::loadStoreConfig() eventDescriptor1.insert("paramDescriptors", QVariantList()); QVariantMap eventDescriptor2; - eventDescriptor2.insert("eventTypeId", mockEvent1Id); + eventDescriptor2.insert("eventTypeId", mockEvent2Id); eventDescriptor2.insert("deviceId", m_mockDeviceId); eventDescriptor2.insert("paramDescriptors", QVariantList()); QVariantList eventParamDescriptors;