forked from expo/troggle
More fixes for laptop
This commit is contained in:
@@ -8,7 +8,7 @@ The simple redirections to files which exist, e.g. in
|
||||
/expoweb/
|
||||
/expofiles/
|
||||
/expofiles/documents/
|
||||
etc. will test fine.
|
||||
etc. using parameters in localsettings such as PHOTOS_ROOT will test fine.
|
||||
|
||||
But paths like this:
|
||||
/survey_scans/
|
||||
|
||||
@@ -103,7 +103,7 @@ class PostTests(TestCase):
|
||||
self.expedition = e
|
||||
|
||||
def test_file_permissions(self):
|
||||
"""Expect to be allowed to write to expofiles
|
||||
"""Expect to be allowed to write to SCANS_ROOT, DRAWINGS_DATA, SURVEX_DATA, EXPOWEB
|
||||
Need to login first.
|
||||
"""
|
||||
c = self.client
|
||||
|
||||
@@ -6,8 +6,7 @@ so any path that relies on data being in the database will fail.
|
||||
|
||||
The simple redirections to files which exist, e.g. in
|
||||
/expoweb/
|
||||
/expofiles/
|
||||
/expofiles/documents/
|
||||
/photos/
|
||||
etc. will test fine.
|
||||
|
||||
But paths like this:
|
||||
|
||||
@@ -6,8 +6,7 @@ so any path that relies on data being in the database will fail.
|
||||
|
||||
The simple redirections to files which exist, e.g. in
|
||||
/expoweb/
|
||||
/expofiles/
|
||||
/expofiles/documents/
|
||||
/photos/
|
||||
etc. will test fine.
|
||||
|
||||
But paths like this:
|
||||
|
||||
Reference in New Issue
Block a user