Fix hard-coded lock names in event system to match new hierarchy.
This commit is contained in:
parent
594500c4c7
commit
be8452b1c7
4 changed files with 7 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ TABLECHAR = "c"
|
|||
FORM = """
|
||||
.------------------------------------------------.
|
||||
| |
|
||||
| Name: xxxxxAAxxxx Player: xxxxxxx2xxxxxxx |
|
||||
| Name: xxxxxAAxxxx Account: xxxxxxx2xxxxxxx |
|
||||
| xxxxxxxxxxx |
|
||||
| |
|
||||
>----------------------------------------------<
|
||||
|
|
|
|||
|
|
@ -387,7 +387,7 @@ class TestEvForm(TestCase):
|
|||
u'| Name: \x1b[0m\x1b[1m\x1b[32mTom\x1b[1m\x1b[32m \x1b'
|
||||
u'[1m\x1b[32mthe\x1b[1m\x1b[32m \x1b[0m \x1b[0m '
|
||||
u'Account: \x1b[0m\x1b[1m\x1b[33mGriatch '
|
||||
u'\x1b[0m\x1b[0m\x1b[1m\x1b[32m\x1b[1m\x1b[32m\x1b[1m\x1b[32m\x1b[1m\x1b[32m\x1b[0m\x1b[0m '
|
||||
u'\x1b[0m\x1b[0m\x1b[1m\x1b[32m\x1b[1m\x1b[32m\x1b[1m\x1b[32m\x1b[1m\x1b[32m\x1b[0m\x1b[0m '
|
||||
u'|\n'
|
||||
u'| \x1b[0m\x1b[1m\x1b[32mBouncer\x1b[0m \x1b[0m |\n'
|
||||
u'| |\n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue