test exception_partial_info only in Java and C#

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10061 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-10-28 21:36:43 +00:00
commit b772aa2e24
3 changed files with 4 additions and 2 deletions

View file

@ -47,6 +47,7 @@ LIBPREFIX = lib
CPP_TEST_BROKEN += \
constants \
cpp_broken \
exception_partial_info \
extend_variable \
namespace_union \
nested_comment \
@ -151,7 +152,6 @@ CPP_TEST_CASES += \
evil_diamond_ns \
evil_diamond_prop \
exception_order \
exception_partial_info \
extend \
extend_default \
extend_placement \

View file

@ -18,7 +18,8 @@ CPP_TEST_CASES = \
csharp_prepost \
csharp_typemaps \
enum_thorough_simple \
enum_thorough_typesafe
enum_thorough_typesafe \
exception_partial_info
CUSTOM_TEST_CASES = intermediary_classname

View file

@ -16,6 +16,7 @@ CPP_TEST_CASES = \
enum_thorough_proper \
enum_thorough_simple \
enum_thorough_typeunsafe \
exception_partial_info \
intermediary_classname \
java_constants \
java_director \