tmf: Fix failing unit test after merge
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 2 Aug 2013 20:12:05 +0000 (16:12 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 5 Aug 2013 20:21:48 +0000 (16:21 -0400)
The worst part is that this will conflict again when we merge the
patch to remove the ExecutionType from the API...

Change-Id: Id89504d192f310a33ff701aaa10a28d7cea34c14
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/15104
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/request/TmfCoalescedDataRequest.java

index 6e11986938bbc9694788c6cda79135cd3ee44611..2b8d0b71ec4f3ca62b1cd512bf9552aeb7e2b28f 100644 (file)
@@ -272,7 +272,7 @@ public class TmfCoalescedDataRequest extends TmfDataRequest {
     @SuppressWarnings("nls")
     public String toString() {
         return "[TmfCoalescedDataRequest(" + getRequestId() + "," + getDataType().getSimpleName()
-                + "," + getExecType() + "," + getIndex() + "," + getNbRequested() + ","
+                + "," + getExecType() + "," + getIndex() + "," + getNbRequested() + ", "
                 + fRequests.toString() + ")]";
     }
 }
This page took 0.02673 seconds and 5 git commands to generate.