Synesso / instinct

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

Context treeview shows baseclass and subclass when only subclass is run #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create class. Add a specification method.
2. Extends a subclass from the above base class. Add a specification method.
3. Run the subclass. The treeview on the bottom left shows 2 Contexts being
run (the base and subclass) although you ran only one (the subclass). 

What is the expected output? What do you see instead?

Expected: to see the subclass in the treeview with specifications from the
baseclass and itself. 

Saw instead: The treeview with the baseclass and subclass with
specifications in each class.

Please use labels and text to provide additional information.

See attached screenshot and attached files. 

Original issue reported on code.google.com by zed...@gmail.com on 4 Dec 2007 at 6:14

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed and checked in.

Original comment by zed...@gmail.com on 5 Dec 2007 at 3:38