rehamaltamimi / gwtwiki

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

WikiModel's setUp() and tearDown() do not reset TOC info #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Create two wiki pages containing __TOC__ element:
Page 1:
= My Title =
__TOC__
== secA ==

Page 2: 
= My Title =
__TOC__
== secB ==

2. Render both pages with the same WikiModel, cleaning the model with setUp() 
before rendering and tearDown() after.

What is the expected output? What do you see instead?
The TOC for page 2 has both secA (from Page 1) and secB.
It should contain only secB.

What version of the product are you using? On what operating system?
Bliki 3.0.16, MAC OS Snow Leopard.

Please provide any additional information below.

Original issue reported on code.google.com by fmesqu...@gmail.com on 17 May 2011 at 9:50

GoogleCodeExporter commented 8 years ago
Fixed with r3428

Original comment by axelclk@gmail.com on 18 May 2011 at 5:59