aboutsummaryrefslogtreecommitdiffstats
path: root/libccnx-common/ccnx/common/codec/schema_v1/test/testrig_packetwrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'libccnx-common/ccnx/common/codec/schema_v1/test/testrig_packetwrapper.c')
-rw-r--r--libccnx-common/ccnx/common/codec/schema_v1/test/testrig_packetwrapper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libccnx-common/ccnx/common/codec/schema_v1/test/testrig_packetwrapper.c b/libccnx-common/ccnx/common/codec/schema_v1/test/testrig_packetwrapper.c
index 9a213b13..7416cf28 100644
--- a/libccnx-common/ccnx/common/codec/schema_v1/test/testrig_packetwrapper.c
+++ b/libccnx-common/ccnx/common/codec/schema_v1/test/testrig_packetwrapper.c
@@ -381,6 +381,7 @@ testBufferGetter(TestData *data, int truthTableKey, bool containerDecoder(CCNxCo
PARCBuffer *test = getter(data->dictionary);
// look up the true name buffer from the truth table
+ printf("table key = %d\n", truthTableKey);
TlvExtent extent = getTruthTableExtent(data->truthTable, truthTableKey);
PARCBuffer *truth = parcBuffer_Wrap(data->packet, data->packetLength, extent.offset, extent.offset + extent.length);