File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ def __testCompare(self, dbType, apiType):
23
23
24
24
def testBfile (self ):
25
25
"test cx_Oracle.DB_TYPE_BFILE comparisons"
26
- self .__testCompare (cx_Oracle .DB_TYPE_BFILE , cx_Oracle .BINARY )
27
26
self .assertEqual (cx_Oracle .DB_TYPE_BFILE , cx_Oracle .BFILE )
28
27
29
28
def testBinaryDouble (self ):
@@ -44,7 +43,6 @@ def testBinaryInteger(self):
44
43
45
44
def testBlob (self ):
46
45
"test cx_Oracle.DB_TYPE_BLOB comparisons"
47
- self .__testCompare (cx_Oracle .DB_TYPE_BLOB , cx_Oracle .BINARY )
48
46
self .assertEqual (cx_Oracle .DB_TYPE_BLOB , cx_Oracle .BLOB )
49
47
50
48
def testBoolean (self ):
@@ -58,7 +56,6 @@ def testChar(self):
58
56
59
57
def testClob (self ):
60
58
"test cx_Oracle.DB_TYPE_CLOB comparisons"
61
- self .__testCompare (cx_Oracle .DB_TYPE_CLOB , cx_Oracle .STRING )
62
59
self .assertEqual (cx_Oracle .DB_TYPE_CLOB , cx_Oracle .CLOB )
63
60
64
61
def testCursor (self ):
@@ -90,7 +87,6 @@ def testNchar(self):
90
87
91
88
def testNclob (self ):
92
89
"test cx_Oracle.DB_TYPE_NCLOB comparisons"
93
- self .__testCompare (cx_Oracle .DB_TYPE_NCLOB , cx_Oracle .STRING )
94
90
self .assertEqual (cx_Oracle .DB_TYPE_NCLOB , cx_Oracle .NCLOB )
95
91
96
92
def testNumber (self ):
You can’t perform that action at this time.
0 commit comments