- Implemented View::lines.
This commit is contained in:
Paul Beckingham 2011-04-29 01:57:53 -04:00
parent 4dca2a5a2d
commit 683a269991
3 changed files with 7 additions and 8 deletions

View file

@ -74,6 +74,8 @@ int main (int argc, char** argv)
// Render the view.
std::cout << view.render (data, sequence)
<< std::endl;
t.is (view.lines (), 4, "View::lines == 4");
}
catch (std::string& e)