[Fat-develop] InSite/InSite.Controller.Test .cvsignore,NONE,1.1 FormTest.cs,1.1,1.2
Brought to you by:
exortech
|
From: jkordyback <jko...@us...> - 2005-09-28 16:43:39
|
Update of /cvsroot/fat/InSite/InSite.Controller.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26113/InSite.Controller.Test Modified Files: FormTest.cs Added Files: .cvsignore Log Message: Housekeeping. Added cvsignore to the usual places and removed UseCaseTemplate.xml which was from another project. --- NEW FILE: .cvsignore --- bin obj Index: FormTest.cs =================================================================== RCS file: /cvsroot/fat/InSite/InSite.Controller.Test/FormTest.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FormTest.cs 27 Sep 2005 20:51:46 -0000 1.1 --- FormTest.cs 28 Sep 2005 16:43:31 -0000 1.2 *************** *** 29,34 **** } ! [Test] ! [ExpectedException(typeof (MatchingException))] public void ShouldNotFindFormWhenWrongNameIdUsed() { --- 29,33 ---- } ! [Test, ExpectedException(typeof (MatchingException))] public void ShouldNotFindFormWhenWrongNameIdUsed() { *************** *** 36,41 **** } ! [Test] ! [ExpectedException(typeof (MatchingException))] public void ShouldNotDefaultFormWhenNoFormExists() { --- 35,39 ---- } ! [Test, ExpectedException(typeof (MatchingException))] public void ShouldNotDefaultFormWhenNoFormExists() { *************** *** 43,48 **** } ! [Test] ! [ExpectedException(typeof (MatchingException))] public void ShouldNotFindNamedFormWhenNoFormExists() { --- 41,45 ---- } ! [Test, ExpectedException(typeof (MatchingException))] public void ShouldNotFindNamedFormWhenNoFormExists() { |