From: Nando D. <na...@us...> - 2005-06-18 09:54:24
|
Update of /cvsroot/instantobjects/Source/Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28059/Tests Modified Files: InstantMock.pas Log Message: changes to support the database evolution refactorings Index: InstantMock.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Tests/InstantMock.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantMock.pas 2 May 2005 23:26:33 -0000 1.4 --- InstantMock.pas 18 Jun 2005 09:54:11 -0000 1.5 *************** *** 147,151 **** begin FMock.AddExpectation('InternalCreateScheme'); ! result := TInstantScheme.Create(Model); end; --- 147,152 ---- begin FMock.AddExpectation('InternalCreateScheme'); ! Result := TInstantScheme.Create; ! Result.Catalog := TInstantModelCatalog.Create(Result, Model); end; |