From 7d9760d96212aebf8bb1fc89f89e248a81ed0d2a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 10 Sep 2014 23:01:22 +1000 Subject: Text3d: assert for <0 len text also add operator to test blacklist --- tests/python/bl_run_operators.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/python') 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", -- cgit v1.2.3