Updated expected wrap unit test files
parent
55a153ebc6
commit
b1a58e4447
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue