Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e38db9ae authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- updated tests with to HTML renderer modifications (namespace, nbCells, style)

parent 717f270a
No related branches found
No related tags found
No related merge requests found
/*
* $Id$
*
* Copyright (C) INRIA, 2008-2011
* Copyright (C) INRIA, 2008-2011, 2014
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
......
......@@ -201,7 +201,7 @@ public class RendererTest {
writer.flush();
writer.close();
//System.err.println( stream.toString() );
assertTrue( valueSimilarTo( stream.toString().length(), 15918 ), "Rendered differently: expected "+15918+" but was "+stream.toString().length() );
assertTrue( valueSimilarTo( stream.toString().length(), 15984 ), "Rendered differently: expected "+15984+" but was "+stream.toString().length() );
}
@Test(groups = { "full", "impl", "raw" })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment