I succeeded to clone your git repository. However, I can't add file inside. I suppose I need to have some autorisation.
My login est FabienArcellier in case of you must had permission to write on your git. If not, could you give me a tutoriel or some explanation how I must do to comit something. When I use [email protected]:TimBarcz/rhino-mocks.git, it asks me a login and a password. I tried with my password I registred on the website. It fails. Fabien On 29 nov, 19:36, Tim Barcz <[email protected]> wrote: > You can usehttp://github.com/TimBarcz/rhino-mocks > > If you don't know much about Git, it's a great "new" source control system. > While subversion remains king at this point, many many open source project > have already or are working towards a move to git. > > Tim > > On Sun, Nov 29, 2009 at 1:22 PM, Fabien Arcellier < > > > > [email protected]> wrote: > > I am more familiar with subversion. I'd be similar. > > > Do you advise a client to use this system (compatible with windows) ? > > Can you give me the url to connect to the repository ? > > > Fabien Arcellier > > > On Nov 29, 7:14 pm, Tim Barcz <[email protected]> wrote: > > > Are you familiar with Git? Last week I created a GettingStarted solution > > > that will ship with the source...would love to have these in that > > solution. > > > > Tim > > > > On Sun, Nov 29, 2009 at 10:21 AM, Fabien Arcellier < > > > > [email protected]> wrote: > > > > Hello, > > > > > This visual studio solution contains samples for RhinoMock : > > > > >http://groups.google.com/group/rhinomocks/web/Documentation-Samples-R. > > .. > > > > > It contains exemple taken from the documentation : > > > >http://www.ayende.com/wiki/Rhino+Mocks+Documentation.ashx > > > > > For each one, I wrote the minimum implementation to compile and pass > > > > the test. > > > > > Indeed, lot of exemples written in the documentation are taken from > > > > real project. There isn't any means to use them except to rewrite the > > > > implementation. > > > > It's really time consuming for a developer who'd like discover this > > > > library. > > > > > I think it's very interesting to have such of things to save time for > > > > developers who'd like to experiments. > > > > > Perhaps someone more experimented than me can correct some mistakes > > > > and put in the documentation summary page. > > > > > The library used to compile the project are in the subdirectory lib > > > > with license. Currently, it's : > > > > - nunit 2.5.2 > > > > - RhinoMock 3.6 > > > > > Remarks and difference with the documentation : > > > > > 01-RhinoMocksIntroduction: > > > > RhinoMocksIntroductionTest.cs > > > > line 34 : You need to prefix the second param by ExpectedMessage=, > > > > required by Nunit 2.5.2 > > > > > 04-RhinoMocksOrderedUnordered > > > > RhinoMocksOrderedUnorderedTest.cs > > > > line 73 : Dispose is a method without return. Implementation change > > > > to be conform. > > > > line 59 : Whatever the implementation, I don't succeed to pass this > > > > test. I tried by deleting the Unordered calling and these methods > > > > calling, it works fine. > > > > Exception triggered : > > > RhinoMocksIntroduction.RhinoMocksOrderedUnorderedTest.MovingFundsUsingTrans > > actions: > > > > Rhino.Mocks.Exceptions.ExpectationViolationException : > > > > IDatabaseManager.Dispose(); Expected #0, Actual #1. > > > > > 06-RhinoMocksEvents > > > > SubscribeToEventTest.cs > > > > line 44 : I changed the implementation of test > > > > VerifyingThatEventWasAttached_AAA. I am not very sure it's correct. If > > > > someone could verify. > > > > > 07-RhinoMocksIEventRaiser : > > > > line 46 : We needs 2 params to raise an event > > > > > 08-RhinoMocksProperties > > > > RhinoMocksPropertiesTest.cs > > > > Line 50 : Capacity property doesn't implement in IList, I used > > > > ArrayList as a Mocking Class > > > > > Regards, > > > > Fabien Arcellier > > > > > -- > > > > > You received this message because you are subscribed to the Google > > Groups > > > > "Rhino.Mocks" group.> > > To post to this group, send email > > > > [email protected]. > > > > To unsubscribe from this group, send email to> > > > > > >[email protected]<rhinomocks%[email protected]> > > <rhinomocks%2bunsubscr...@googlegrou ps.com> > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/rhinomocks?hl=en. > > > > -- > > > Tim Barcz > > > Microsoft C# MVP > > > Microsoft ASPInsiderhttp://timbarcz.devlicio.ushttp:// > >www.twitter.com/timbarcz > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Rhino.Mocks" group.> To post to this group, send email > > [email protected]. > > To unsubscribe from this group, send email > > to>[email protected]<rhinomocks%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/rhinomocks?hl=en. > > -- > Tim Barcz > Microsoft C# MVP > Microsoft ASPInsiderhttp://timbarcz.devlicio.ushttp://www.twitter.com/timbarcz -- You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhinomocks?hl=en.
