- Fixed bug that caused dependencies to be sorted by UUID, although
  they are shown as IDs.
- Updated unit test to accomodate new comma-less formatting of
  dependencies.
This commit is contained in:
Paul Beckingham 2011-05-13 18:05:26 -04:00
parent 4f8c503a04
commit 1d10370341
3 changed files with 31 additions and 3 deletions

View file

@ -96,7 +96,6 @@ std::string ViewText::render ()
// Determine minimal, ideal column widths.
std::vector <int> minimal;
std::vector <int> ideal;
for (int col = 0; col < _columns.size (); ++col)
{
// Headers factor in to width calculations.