Hi guys,
the following "test" case, make the application crash, is this intended ?

Regards
Gaetano Mendola

=================================================
#include <Wt/Test/WTestEnvironment>
#include <Wt/WApplication>

class CustomInterface : public Wt::WApplication {
 public:
  CustomInterface(const Wt::WEnvironment& env)
      :Wt::WApplication(env)
  {}
};


int main(int argc, char** argv) {
 const Wt::Test::WTestEnvironment myEnv;

 CustomInterface myInterfaceA(myEnv);
 CustomInterface myInterfaceB(myEnv);
}

-- 
cpp-today.blogspot.com

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to