jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

Dictionaries are only one way #108

Closed paytonrules closed 11 years ago

paytonrules commented 11 years ago

It appears I can send in a hash in a fitnesse table just fine - it is converted to a dictionary just like one would hope.

Unfortunately I can't compare against a dictionary - returning a dictionary ends up doing a toString on the dictionary and causes this:

[System.Collections.Generic.Dictionary`2[System.String,System.String]] expected [ My Hash ]

jediwhale commented 11 years ago

Fixed. To get the hash table to show the pass/fail color, you need to tweak fitnesse.css with table.hash_table { background-color:inherit; ... }