Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21523
Modified Files:
ChangeLog
Log Message:
Added test to confirm that EXTERNPROTOs can be loaded in browser::create_vrml_from_stream.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1283
retrieving revision 1.1284
diff -C2 -d -r1.1283 -r1.1284
*** ChangeLog 28 Jul 2006 07:04:18 -0000 1.1283
--- ChangeLog 28 Jul 2006 07:11:10 -0000 1.1284
***************
*** 1,4 ****
--- 1,17 ----
2006-07-28 Braden McDaniel <br...@en...>
+ Added test to confirm that EXTERNPROTOs can be loaded in
+ browser::create_vrml_from_stream.
+
+ * tests/Makefile.am (browser_LDADD): Added -lboost_filesystem.
+ * tests/browser.cpp
+ (create_vrml_from_stream_with_externproto()): Test to check that
+ EXTERNPROTOs can be loaded in browser::create_vrml_from_stream.
+ (create_vrml_from_url()): Use scope_guard to remove the test file.
+ (init_unit_test_suite(int, char *[])): Added
+ create_vrml_from_stream_with_externproto to the test suite.
+
+ 2006-07-28 Braden McDaniel <br...@en...>
+
Require that all threads loading EXTERNPROTO implementations are
joined before destroying the browser. (Otherwise, we deadlock.)
|