Bug 1225

Summary: NS_TEST_SOURCEDIR is being treated as if were a std::string
Product: ns-3 Reporter: Mitch Watrous <watrous>
Component: test frameworkAssignee: Mitch Watrous <watrous>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description Mitch Watrous 2011-07-29 16:20:36 UTC
The buildbots are failing with these messages:

./src/test/ns3tcp/ns3tcp-interop-test-suite.cc: In member function `virtual void Ns3TcpInteroperabilityTestCase::DoSetup()':
../src/test/ns3tcp/ns3tcp-interop-test-suite.cc:113: error: invalid operands of types `const char[16]' and `const char[55]' to binary `operator+'
Waf: Leaving directory `/home/buildslave/slave/full-rahan-g++-3.4.6/build/build'
Build failed:  -> task failed (err #1): 
	{task: cxx ns3tcp-interop-test-suite.cc -> ns3tcp-interop-test-suite_638.o}

The problem is that NS_TEST_SOURCEDIR is being treated as if were a std::string.
Comment 1 Mitch Watrous 2011-07-29 16:26:14 UTC
Bug closed.

ns-3-dev changeset: 197e25cb6a89