Releasenotes WatiN 1.2.1.4000

This page contains the release notes for WatiN 1.2.1.4000, released on 23 Oktober 2007.

You can download this release here.


Changes in general

Find.ByText(string)
This hotfix release fixes an issue with the Find.ByText(string) method. Until version 1.2.0 it compared values using StringComparer (an exact match much like string.Equals). In version 1.2.0 this was accidentally changed into StringContainsAndCaseInsensitiveComparer. This could cause different behaviour in your existing tests after upgrading to version 1.2.0. With this release the original comparison method has been restored, Find.ByText(string) uses StringComparer again.

API Changes

None


SourceForge Trackers

Added Feature requests:

None


Fixed Bugs:

1818868 Find.ByText(string) behavior different from 1.1 release