File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
src/GitVersion.Configuration.Tests/Configuration Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -153,22 +153,6 @@ public void DoNotThrowWhenWorkingAndRepoPathsAreSame_WithDifferentCasing()
153153 Should . NotThrow ( ( ) => this . configFileLocator . Verify ( this . workingPath , this . repoPath ) ) ;
154154 }
155155
156- [ Test ]
157- public void DoNotThrowWhenFileNameAreSame_WithDifferentCasing ( )
158- {
159- this . workingPath = this . repoPath ;
160-
161- this . gitVersionOptions = new ( ) { ConfigurationInfo = { ConfigurationFile = "MyConfig.yaml" } } ;
162- var sp = GetServiceProvider ( this . gitVersionOptions ) ;
163- this . configFileLocator = sp . GetRequiredService < IConfigurationFileLocator > ( ) ;
164- this . fileSystem = sp . GetRequiredService < IFileSystem > ( ) ;
165-
166- using var _ = this . fileSystem . SetupConfigFile ( path : this . workingPath , fileName : ConfigFile . ToLower ( ) ) ;
167-
168- var config = Should . NotThrow ( ( ) => this . configFileLocator . GetConfigurationFile ( this . workingPath ) ) ;
169- config . ShouldNotBe ( null ) ;
170- }
171-
172156 [ Test ]
173157 public void ReturnConfigurationFilePathIfCustomConfigurationIsSet ( )
174158 {
You can’t perform that action at this time.
0 commit comments