Skip to content
Snippets Groups Projects
Unverified Commit 83ab75ce authored by Jens Georg's avatar Jens Georg Committed by GitHub
Browse files

Various fixes in examples (#278)

* Update license files in example projects

* Fix deprecation warning in template project
parent db372c9c
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 7 deletions
../COPYING
\ No newline at end of file
../COPYING.LESSER
\ No newline at end of file
../LICENSE
\ No newline at end of file
../COPYING
\ No newline at end of file
../COPYING.LESSER
\ No newline at end of file
../LICENSE
\ No newline at end of file
../COPYING
\ No newline at end of file
../COPYING.LESSER
\ No newline at end of file
../LICENSE
\ No newline at end of file
../COPYING
\ No newline at end of file
../COPYING.LESSER
\ No newline at end of file
../LICENSE
\ No newline at end of file
../COPYING
\ No newline at end of file
../COPYING.LESSER
\ No newline at end of file
../LICENSE
\ No newline at end of file
../COPYING
\ No newline at end of file
../COPYING.LESSER
\ No newline at end of file
../LICENSE
\ No newline at end of file
......@@ -13,7 +13,7 @@
// Declare the server instance
static Server theServer;
static ChimeraTK::TestFacility testFacility;
static ChimeraTK::TestFacility testFacility{theServer};
struct TestFixture {
TestFixture() { testFacility.runApplication(); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment