Still cannot replicate #1234; test to force-set UTC time zone to see
if that helps.
This commit is contained in:
parent
f58ac47b63
commit
f0ef1a648e
1 changed files with 2 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ class TestRPSystem(EvenniaTest):
|
||||||
|
|
||||||
# Testing of ExtendedRoom contrib
|
# Testing of ExtendedRoom contrib
|
||||||
|
|
||||||
|
from django.conf import settings
|
||||||
from evennia.contrib import extended_room
|
from evennia.contrib import extended_room
|
||||||
from evennia import gametime
|
from evennia import gametime
|
||||||
from evennia.objects.objects import DefaultRoom
|
from evennia.objects.objects import DefaultRoom
|
||||||
|
|
@ -177,6 +178,7 @@ class TestExtendedRoom(CommandTest):
|
||||||
DETAIL_DESC = "A test detail."
|
DETAIL_DESC = "A test detail."
|
||||||
SPRING_DESC = "A spring description."
|
SPRING_DESC = "A spring description."
|
||||||
OLD_DESC = "Old description."
|
OLD_DESC = "Old description."
|
||||||
|
settings.TIME_ZONE = "UTC"
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(TestExtendedRoom, self).setUp()
|
super(TestExtendedRoom, self).setUp()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue