]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed binary types test to use two binary files specifically for testing, instead of
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Oct 2006 01:29:43 +0000 (01:29 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Oct 2006 01:29:43 +0000 (01:29 +0000)
commit76597e533f20b700596a77dcb49403c3d0d2c791
treee17ea9abfa671804c8053450f9d2b5137a14630a
parent4273dd4cfe3bca1500c3d0263100cd4cedef462e
fixed binary types test to use two binary files specifically for testing, instead of
attempting to grab .pyc files
test/binary_data_one.dat [new file with mode: 0644]
test/binary_data_two.dat [new file with mode: 0644]
test/sql/testtypes.py