示例#1
0
        public void EmptyTransactionRunsWihtoutError()
        {
            var sut = new GitTransactionFactory("c:\temp\test");

            using (var trans = sut.OpenSession())
            {
                trans.Complete();
            }
        }
示例#2
0
        public void EmptyTransactionRunsWihtoutError()
        {
            var sut = new GitTransactionFactory("c:\temp\test");

            using (var trans = sut.OpenSession())
            {

                trans.Complete();
            }
        }