You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mvc2inaction-discuss
Chapter 26 is focused on testing some of the common types of MVC 2 code you may write. Any comments you have would be appreciated.
Also, please feel free to blog or tweet comments or even just links back to this message in Google Groups. The more community feedback we get, the better this book will be.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mvc2inaction-discuss
I noticed that #3 is missing from Listing 26.19 on page 15.
Also, for Listing 26.13, is there a reason you're not using the MvcContrib test helper to test the redirect? E.g. result.AssertActionRedirect().ToAction<ProductsController>(c => c.Index());