Fix spelling mistake
TrivialFix Change-Id: I089d9e8b57895d9878bf82d2fac397722fccc083
This commit is contained in:
parent
d58469a6ae
commit
09ec8f7816
@ -748,7 +748,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…
x
Reference in New Issue
Block a user