Updated expected wrap unit test files

release/4.3a0
Richard Roberts 2012-07-12 02:11:36 +00:00
parent 55a153ebc6
commit b1a58e4447
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <Point3.h>
#include <folder/path/to/Test.h>
typedef std::set<boost::shared_ptr<Point2>*> Collector_Point2;
static Collector_Point2 collector_Point2;
typedef std::set<boost::shared_ptr<Point3>*> Collector_Point3;

View File

@ -10,6 +10,7 @@
#include <path/to/ns2/ClassA.h>
#include <path/to/ns3.h>
typedef std::set<boost::shared_ptr<ns1::ClassA>*> Collector_ns1ClassA;
static Collector_ns1ClassA collector_ns1ClassA;
typedef std::set<boost::shared_ptr<ns1::ClassB>*> Collector_ns1ClassB;