Merge "Fix spelling mistake"
This commit is contained in:
commit
9a7a37fba4
@ -761,7 +761,7 @@ class TestColumnChange(fixture.DB):
|
|||||||
@fixture.usedb()
|
@fixture.usedb()
|
||||||
def test_alter_deprecated(self):
|
def test_alter_deprecated(self):
|
||||||
try:
|
try:
|
||||||
# py 2.4 compatability :-/
|
# py 2.4 compatibility :-/
|
||||||
cw = catch_warnings(record=True)
|
cw = catch_warnings(record=True)
|
||||||
w = cw.__enter__()
|
w = cw.__enter__()
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ class TestUtil(fixture.Pathed):
|
|||||||
|
|
||||||
# deprecated echo=True parameter
|
# deprecated echo=True parameter
|
||||||
try:
|
try:
|
||||||
# py 2.4 compatability :-/
|
# py 2.4 compatibility :-/
|
||||||
cw = catch_warnings(record=True)
|
cw = catch_warnings(record=True)
|
||||||
w = cw.__enter__()
|
w = cw.__enter__()
|
||||||
|
|
||||||
@ -100,7 +100,7 @@ class TestUtil(fixture.Pathed):
|
|||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# py 2.4 compatability :-/
|
# py 2.4 compatibility :-/
|
||||||
cw = catch_warnings(record=True)
|
cw = catch_warnings(record=True)
|
||||||
w = cw.__enter__()
|
w = cw.__enter__()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user