Update date/time datatype tests to run on C* 3.0

As per CASSANDRA-7523, the new date and time types have been pushed back to C* 3.0 / protocol v4.
This commit is contained in:
Kishan Karunaratne
2015-04-23 18:06:39 -07:00
parent 25a09dc88d
commit 931337b4a2

View File

@@ -57,7 +57,7 @@ def update_datatypes():
if _cass_version >= (2, 1, 0):
COLLECTION_TYPES.append('tuple')
if _cass_version >= (2, 1, 5):
if _cass_version >= (3, 0, 0):
PRIMITIVE_DATATYPES.append('date')
PRIMITIVE_DATATYPES.append('time')