Thursday, November 18, 2004 8:32 AM
scottdensmore
You Get What You Pay For
Brian Button was looking at some code today and saw this as a test...
adRolesProvider = null;
Assert.IsNull(adRolesProvider);
Enough said.
UPDATE:
Just to be clear... Brian didn't write the test... just found it.