From 00a87d5a4bd181ec281aced7306c2090114e9954 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 20 Jan 2004 21:27:27 +0000 Subject: [PATCH] Added missing tests git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5654 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/java/index.html | 11 +++++------ Examples/perl5/check.list | 1 + Examples/python/check.list | 6 +++++- Examples/ruby/check.list | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Examples/java/index.html b/Examples/java/index.html index 547a78af9..130a5e633 100644 --- a/Examples/java/index.html +++ b/Examples/java/index.html @@ -25,6 +25,8 @@ certain C declarations are turned into constants.
  • pointer. Simple pointer handling.
  • template. C++ templates.
  • funcptr. Pointers to functions. +
  • callback. C++ callbacks using directors. +
  • extend. Polymorphism using directors.

    Running the examples

    @@ -52,12 +54,9 @@ The examples have been extensively tested on the following platforms: - -The examples have been extensively tested using Sun's JDK on: - - Your mileage may vary. If you experience a problem, please let us know by diff --git a/Examples/perl5/check.list b/Examples/perl5/check.list index abaa4e017..e8cc6fc91 100644 --- a/Examples/perl5/check.list +++ b/Examples/perl5/check.list @@ -4,6 +4,7 @@ constants constants2 funcptr import +mpointer multimap pointer reference diff --git a/Examples/python/check.list b/Examples/python/check.list index 20725ff2c..7a66e9023 100644 --- a/Examples/python/check.list +++ b/Examples/python/check.list @@ -4,6 +4,7 @@ class constants contract enum +exception exceptshadow extend funcattr @@ -11,7 +12,8 @@ funcptr funcptr2 functor import -template +import_template +#libffi mpointer multimap operator @@ -20,6 +22,8 @@ reference shadow simple smartptr +std_vector template value +varargs variables diff --git a/Examples/ruby/check.list b/Examples/ruby/check.list index 2041cd5c4..cae10e53e 100644 --- a/Examples/ruby/check.list +++ b/Examples/ruby/check.list @@ -7,7 +7,7 @@ funcptr2 functor hashargs import -template +import_template mpointer multimap operator