Bug 845 - Config::SetDefault not being reported correctly in ConfigStore output
Config::SetDefault not being reported correctly in ConfigStore output
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: core
ns-3-dev
All All
: P3 normal
Assigned To: Mathieu Lacage
:
Depends on:
Blocks: 1213
  Show dependency treegraph
 
Reported: 2010-03-16 19:03 EDT by Tom Henderson
Modified: 2011-08-14 17:10 EDT (History)
1 user (show)

See Also:


Attachments
test case (1.50 KB, text/x-c++src)
2010-03-16 19:03 EDT, Tom Henderson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2010-03-16 19:03:24 EDT
Created attachment 794 [details]
test case

Originally reported in bug 822, the setting of an attribute in Config::SetDefault does not get recorded in ConfigStore xml output.  Reduced test case attached.

Marking P3 since config store is a contrib component.
Comment 1 Mathieu Lacage 2010-04-07 07:39:23 EDT
the problem here is that this is a bug in src/core/
Comment 2 Tom Henderson 2011-08-14 17:10:00 EDT
changeset 8c3dfe0be54d broke this in a different way, although fixing the originally reported problem.  Changeset 6cf8d863adec fixes.  

There is no test coverage for this module (has been broken for over a week without anyone noticing).  Will file a new bug on this.