Skip to content
Snippets Groups Projects
Commit 07b3ae7f authored by Daniel's avatar Daniel
Browse files

TEST: There may be temporary directories, created by scripts.

parent 94b55012
No related branches found
No related tags found
No related merge requests found
...@@ -282,7 +282,8 @@ def test_info(): ...@@ -282,7 +282,8 @@ def test_info():
assert_not_equals('-1', i.messages["Counts"]["properties"]) assert_not_equals('-1', i.messages["Counts"]["properties"])
assert_not_equals('-1', i.messages["Counts"]["recordTypes"]) assert_not_equals('-1', i.messages["Counts"]["recordTypes"])
assert_equals('true', i.messages["Counts"]["debug"]) assert_equals('true', i.messages["Counts"]["debug"])
assert_equals('0', i.messages["Counts"]["tmpfiles"]) # Not necessarily 0, all the temporary directories go here as well.
# assert_equals('0', i.messages["Counts"]["tmpfiles"])
def test_long_description(): def test_long_description():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment