Dmitry Gusarov
unread,Jun 11, 2008, 9:43:27 AM6/11/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Rhino.Mocks
Hello,
Recently we upgraded from Rhino Mock 3.1 to 3.4. All features look
fine, but yesterday we suddenly caught a problem:
var mocks = new MockRepository();
var my = mocks.Stub<ITest>();
my.Update();
mocks.ReplayAll();
//my.Update();
mocks.VerifyAll();
In the previous build this test example was red, but now it is green.
We are forced to rollback to a previous build, because some number of
test expects such behaviour.
Can anyone describe is it a bug or a planned change?