~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ngit/NGit.Test/NGit.Api/InitCommandTest.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                }
59
59
 
60
60
                /// <exception cref="System.IO.IOException"></exception>
 
61
                /// <exception cref="NGit.Api.Errors.JGitInternalException"></exception>
 
62
                /// <exception cref="NGit.Api.Errors.GitAPIException"></exception>
61
63
                [NUnit.Framework.Test]
62
64
                public virtual void TestInitRepository()
63
65
                {
70
72
                }
71
73
 
72
74
                /// <exception cref="System.IO.IOException"></exception>
 
75
                /// <exception cref="NGit.Api.Errors.JGitInternalException"></exception>
 
76
                /// <exception cref="NGit.Api.Errors.GitAPIException"></exception>
73
77
                [NUnit.Framework.Test]
74
78
                public virtual void TestInitNonEmptyRepository()
75
79
                {
86
90
                }
87
91
 
88
92
                /// <exception cref="System.IO.IOException"></exception>
 
93
                /// <exception cref="NGit.Api.Errors.JGitInternalException"></exception>
 
94
                /// <exception cref="NGit.Api.Errors.GitAPIException"></exception>
89
95
                [NUnit.Framework.Test]
90
96
                public virtual void TestInitBareRepository()
91
97
                {