Update of /cvsroot/openvrml/openvrml/tests
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5491/tests
Modified Files:
Tag: OpenVRML-0_16-BRANCH
node_interface_set.cpp
Log Message:
Changes to build with Boost 1.34.0.
Index: node_interface_set.cpp
===================================================================
RCS file: /cvsroot/openvrml/openvrml/tests/node_interface_set.cpp,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** node_interface_set.cpp 17 May 2005 04:38:13 -0000 1.3
--- node_interface_set.cpp 11 Jul 2007 07:57:46 -0000 1.3.2.1
***************
*** 1,2 ****
--- 1,4 ----
+ # define BOOST_TEST_DYN_LINK
+ # define BOOST_TEST_MAIN
# include <boost/test/unit_test.hpp>
# include <openvrml/node.h>
|