Method test fixed to reflect latest RT API changes.
diff --git a/org.eclipse.scout.sdk.test/src/org/eclipse/scout/sdk/internal/test/operation/jdt/method/MethodTest.java b/org.eclipse.scout.sdk.test/src/org/eclipse/scout/sdk/internal/test/operation/jdt/method/MethodTest.java
index 4ab26f5..d4a0430 100644
--- a/org.eclipse.scout.sdk.test/src/org/eclipse/scout/sdk/internal/test/operation/jdt/method/MethodTest.java
+++ b/org.eclipse.scout.sdk.test/src/org/eclipse/scout/sdk/internal/test/operation/jdt/method/MethodTest.java
@@ -398,7 +398,7 @@
     IMethod execDecorateCell = SdkAssert.assertMethodExist(table, "execDecorateCell", new String[]{"QCell;", "QITableRow;", "QIColumn<*>;"});
     SdkAssert.assertMethodReturnTypeSignature(execDecorateCell, "V");
     SdkAssert.assertAnnotation(execDecorateCell, "java.lang.Override");
-    IMethod execRowClick = SdkAssert.assertMethodExist(table, "execRowClick", new String[]{"QITableRow;"});
+    IMethod execRowClick = SdkAssert.assertMethodExist(table, "execRowClick", new String[]{"QITableRow;", "QMouseButton;"});
     SdkAssert.assertMethodReturnTypeSignature(execRowClick, "V");
     SdkAssert.assertAnnotation(execRowClick, "java.lang.Override");