From a19e7bb2b195e83a15f70caad757c69609482594 Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Mon, 4 Apr 2016 19:05:13 -0400 Subject: [PATCH] lttng: Use long values for integer fields in the Graph test trace Since state providers expect all integer fields to be Long objects (as ctf.tmf does), test traces should also supply long values. "cpu" should remain an int however. Change-Id: Icee091a56710cd4a3c16d4f00ab00ca792b13d1e Signed-off-by: Alexandre Montplaisir Reviewed-on: https://git.eclipse.org/r/69866 Reviewed-by: Hudson CI Reviewed-by: Matthew Khouzam Tested-by: Matthew Khouzam --- .../testfiles/graph/sched_only.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/testfiles/graph/sched_only.xml b/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/testfiles/graph/sched_only.xml index a827f5b3ce..61fce9ebdc 100644 --- a/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/testfiles/graph/sched_only.xml +++ b/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/testfiles/graph/sched_only.xml @@ -6,40 +6,40 @@ - + - + - + - + - + - + - + - + - \ No newline at end of file + -- 2.34.1