|
From: <joe...@us...> - 2002-12-12 21:39:47
|
Update of /cvsroot/nmock/nmock/sample/order
In directory sc8-pr-cvs1:/tmp/cvs-serv18108/sample/order
Modified Files:
OrderProcessorTest.cs
Log Message:
Forgotten whatever the hell it is we've done (but Steve did some too)
Index: OrderProcessorTest.cs
===================================================================
RCS file: /cvsroot/nmock/nmock/sample/order/OrderProcessorTest.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** OrderProcessorTest.cs 15 Nov 2002 22:31:09 -0000 1.2
--- OrderProcessorTest.cs 12 Dec 2002 21:39:44 -0000 1.3
***************
*** 49,53 ****
// setup
notifier.Expect("NotifyUser", "joe", "Order 123 has been dispatched");
!
// execute
orderProcessor.Process((Order)order.MockInstance);
--- 49,53 ----
// setup
notifier.Expect("NotifyUser", "joe", "Order 123 has been dispatched");
!
// execute
orderProcessor.Process((Order)order.MockInstance);
|