From 0a9603ed35df62999f961599a5535249e541c4e0 Mon Sep 17 00:00:00 2001 From: kellender Date: Tue, 18 Aug 2015 11:23:22 -0400 Subject: [PATCH] Changed restrictons.test to restrictons.default --- tests/ut_seattlelib_dylink_catch_nestedimport_exception.r2py | 2 +- tests/ut_seattlelib_dylinkdispatch.r2py | 2 +- tests/ut_seattlelib_dylinkoverwritesymbols.r2py | 2 +- tests/ut_seattlelib_dylinkselfimport.r2py | 2 +- tests/ut_seattlelib_dylinksimple.r2py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/ut_seattlelib_dylink_catch_nestedimport_exception.r2py b/tests/ut_seattlelib_dylink_catch_nestedimport_exception.r2py index 2d3413a..b5f2529 100644 --- a/tests/ut_seattlelib_dylink_catch_nestedimport_exception.r2py +++ b/tests/ut_seattlelib_dylink_catch_nestedimport_exception.r2py @@ -2,7 +2,7 @@ Verify that we can catch an excpetion defined in an imported library and raised in another. """ -#pragma repy restrictions.test dylink.r2py +#pragma repy restrictions.default dylink.r2py #pragma out Successfully caught Lib1Error(). # lib1 defines the exception diff --git a/tests/ut_seattlelib_dylinkdispatch.r2py b/tests/ut_seattlelib_dylinkdispatch.r2py index 2fe82b6..662d8df 100644 --- a/tests/ut_seattlelib_dylinkdispatch.r2py +++ b/tests/ut_seattlelib_dylinkdispatch.r2py @@ -1,4 +1,4 @@ -#pragma repy restrictions.test dylink.r2py +#pragma repy restrictions.default dylink.r2py #pragma out Complete! """ diff --git a/tests/ut_seattlelib_dylinkoverwritesymbols.r2py b/tests/ut_seattlelib_dylinkoverwritesymbols.r2py index 27fe3da..fd1f3e1 100644 --- a/tests/ut_seattlelib_dylinkoverwritesymbols.r2py +++ b/tests/ut_seattlelib_dylinkoverwritesymbols.r2py @@ -1,4 +1,4 @@ -#pragma repy restrictions.test dylink.r2py +#pragma repy restrictions.default dylink.r2py """ Testing to see whether symbols are overwritten diff --git a/tests/ut_seattlelib_dylinkselfimport.r2py b/tests/ut_seattlelib_dylinkselfimport.r2py index bf81c28..ce8220c 100644 --- a/tests/ut_seattlelib_dylinkselfimport.r2py +++ b/tests/ut_seattlelib_dylinkselfimport.r2py @@ -1,4 +1,4 @@ -#pragma repy restrictions.test dylink.r2py +#pragma repy restrictions.default dylink.r2py """ Try to import (via dylink) this very file. Should NOT cause infinite recursion. """ diff --git a/tests/ut_seattlelib_dylinksimple.r2py b/tests/ut_seattlelib_dylinksimple.r2py index 629ee80..ccd6e7e 100644 --- a/tests/ut_seattlelib_dylinksimple.r2py +++ b/tests/ut_seattlelib_dylinksimple.r2py @@ -1,4 +1,4 @@ -#pragma repy restrictions.test dylink.r2py dytestmoduleexitall.r2py +#pragma repy restrictions.default dylink.r2py dytestmoduleexitall.r2py """ Basic dylink tests. Nothing fancy.