Fixing remaining tests.

This commit is contained in:
Robin Sommer 2014-09-04 20:55:20 -07:00
parent 6e33c92cf0
commit 042afd2feb
9 changed files with 21 additions and 23 deletions

View file

@ -151,7 +151,7 @@ void PktDumperComponent::DoDescribe(ODesc* d) const
if ( prefs.size() )
prefs += ", ";
prefs += *i;
prefs += '"' + *i + '"';
}
d->Add("dumper prefix");