aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fernandes <joelaf@google.com>2017-06-13 14:33:56 -0700
committerJoel Fernandes <joelaf@google.com>2017-06-13 14:33:56 -0700
commit9bb30d145777b80e4ce267417d17a6d3e8084107 (patch)
tree4fc8a861fdf2284bc58ed8316a2941045901ae42
parentaf0f1f0a1948a4554512179dcbb40115483eb6f0 (diff)
downloadtrappy-9bb30d145777b80e4ce267417d17a6d3e8084107.tar.gz
Revert "remove spurious print"
This reverts commit da27bee4e96d3e2f4513d1f3394d781642ec2ce5.
-rw-r--r--tests/test_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_base.py b/tests/test_base.py
index e1fec6d..acc4993 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -208,6 +208,7 @@ class TestBase(utils_tests.SetupDirectory):
trace = trappy.FTrace("trace_equals.txt", events=['equals_event'])
df = trace.equals_event.data_frame
+ print set(df.columns)
self.assertSetEqual(set(df.columns),
set(["__comm", "__pid", "__tgid", "__cpu", "my_field"]))
self.assertListEqual(df["my_field"].tolist(),