Comment 2 for bug 740539

Revision history for this message
Robert Sosnowski (robsosno) wrote :

First I've reviewed existing feature requests. Link here: http://www.nunit.org/index.php?p=contactUs shows http://sourceforge.net/tracker/?atid=360749&group_id=10749&func=browse as appropriate for this.
Under this last link I've found similar rejected requests for attributes showing order or dependency between tests: 878856, 1800615, 685680.
However I've just found in the documentation that order of executing tests is documented and supported (alphabetical order). After upgrading NUnit I've got many failing tests because of incorrect order of tests.
While this is not as good as it could be with attributes I see that database integration tests can be done using the alphabetical order.
With this workaround I will wait for attributes.