Skip to content

Commit

Permalink
Remove duplicated test case
Browse files Browse the repository at this point in the history
maciejlach committed Sep 4, 2015

Unverified

This user has not yet uploaded their public signing key.
1 parent ac0e97f commit 7cc6f49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/qwriter_test.py
Original file line number Diff line number Diff line change
@@ -28,11 +28,6 @@
BINARY = OrderedDict()

EXPRESSIONS = OrderedDict((
(b'flip `name`iq`grade!(`Dent`Beeblebrox`Prefect;98 42 126;"a c")',
qtable(qlist(numpy.array(['name', 'iq', 'grade']), qtype = QSYMBOL_LIST),
[qlist(numpy.array(['Dent', 'Beeblebrox', 'Prefect']), qtype = QSYMBOL_LIST),
qlist(numpy.array([98, 42, 126]), qtype = QLONG_LIST),
"a c"])),
(b'("G"$"8c680a01-5a49-5aab-5a65-d4bfddb6a661"; 0Ng)',
qlist(numpy.array([uuid.UUID('8c680a01-5a49-5aab-5a65-d4bfddb6a661'), qnull(QGUID)]), qtype=QGUID_LIST)),
(b'"G"$"8c680a01-5a49-5aab-5a65-d4bfddb6a661"', uuid.UUID('8c680a01-5a49-5aab-5a65-d4bfddb6a661')),

0 comments on commit 7cc6f49

Please sign in to comment.