Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-09-10 17:01:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-09-10 17:12:11 +0400
commit7d9760d96212aebf8bb1fc89f89e248a81ed0d2a (patch)
tree909167eb97c1a8be68fc2e8062967a5ea788824c /tests
parent3ad902764802b74868d623eea8da460948db2798 (diff)
Text3d: assert for <0 len text
also add operator to test blacklist
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_run_operators.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/python/bl_run_operators.py b/tests/python/bl_run_operators.py
index e14b0ce6d32..f7fafe833aa 100644
--- a/tests/python/bl_run_operators.py
+++ b/tests/python/bl_run_operators.py
@@ -66,6 +66,7 @@ op_blacklist = (
"wm.doc_edit",
"wm.doc_view_manual",
"wm.path_open",
+ "wm.copy_prev_settings",
"wm.theme_install",
"wm.context_*",
"wm.properties_add",