New Bug: Directives are never stored.

This must be fixed before Summary can be created.
This commit is contained in:
Christof Thalhofer 2020-04-28 12:17:02 +02:00
parent 0943f349eb
commit 098c5915a5
2 changed files with 7 additions and 4 deletions

View file

@ -20,6 +20,7 @@ Public Sub Main()
'Tests = "TestAllAsserts, Wurstsupp"
Tests = "TestSummary.DoSomeTodo"
Test.Main(Tests)
Cheese()

View file

@ -1,5 +1,9 @@
## To Do
- Summary as a TAP comment
> Description in .hidden/summary-example-txt
* [ ] New method Test.ShowTodos
* [ ] New method Test.ShowSkips
- Skip all
- Ensure TAP created according to spec
- Parser parse subtests
@ -16,10 +20,8 @@
## Work
- Summary as a TAP comment
> Description in .hidden/summary-example-txt
* [ ] New method Test.ShowTodos
* [ ] New method Test.ShowSkips
- Bug: Directives always 0
> Set a Breakpoint in TapPrinter.Finish() and test Tests = "TestSummary.DoSomeTodo". If run, see that $hCurrent.Summary.Directive = 0 instead of Tap.TODO. Bug = Directives are never stored.
## Done