Bug 1225 - NS_TEST_SOURCEDIR is being treated as if were a std::string
NS_TEST_SOURCEDIR is being treated as if were a std::string
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: test framework
pre-release
All All
: P5 normal
Assigned To: Mitch Watrous
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-07-29 16:20 UTC by Mitch Watrous
Modified: 2011-07-29 16:26 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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