rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

AbstractWikiModel forgets to re-set fRedirectLink in setUp() #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a wiki model
2. render a page with a redirect
3. re-use the wikimodel after tearDown() and setUp() to render a new page

What is the expected output? What do you see instead?
The old redirect should not be present in the wiki model any more.

What version of the product are you using? On what operating system?
3.0.18-SNAPSHOT

Please provide any additional information below.
Possibly, all parameters should be re-set at setUp(), e.g. fPageTitle, 
fTemplateTopic etc.

Original issue reported on code.google.com by nico.kru...@googlemail.com on 10 May 2012 at 10:32

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r5105.

Original comment by axelclk@gmail.com on 10 May 2012 at 4:19

GoogleCodeExporter commented 8 years ago
Fixed with r5105.

Original comment by axelclk@gmail.com on 10 May 2012 at 4:26