Skip to content

Commit 6d94904

Browse files
committed
Tests: added a trace before marshalling
1 parent 11419bf commit 6d94904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def _try_marshalling(self, original_stream, original_object):
102102
"""
103103
Tries to marshall an object and compares it to the original stream
104104
"""
105+
_logger.debug("Try Marshalling")
105106
marshalled_stream = javaobj.dumps(original_object)
106107
# Reloading the new dump allows to compare the decoding sequence
107108
try:

0 commit comments

Comments
 (0)