From: Richard B. <rb...@us...> - 2005-03-21 08:06:28
|
Update of /cvsroot/jcframework/Nunit/Interfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12611/Interfaces Modified Files: ManyToManyClasses.vb Log Message: New unit tests. Index: ManyToManyClasses.vb =================================================================== RCS file: /cvsroot/jcframework/Nunit/Interfaces/ManyToManyClasses.vb,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ManyToManyClasses.vb 1 Mar 2005 20:51:33 -0000 1.2 +++ ManyToManyClasses.vb 21 Mar 2005 08:06:14 -0000 1.3 @@ -21,7 +21,7 @@ Public Class M2MA Implements iM2MA - Private _guid As Guid + Private _guid As Guid = Guid.NewGuid Private _description As String Private _bCol As M2MBCollection @@ -63,7 +63,7 @@ Public Class M2MB Implements iM2MB - Private _guid As Guid + Private _guid As Guid = Guid.NewGuid Private _description As String Private _aCol As M2MACollection |