@@ -233,7 +233,7 @@ public void ItGivesAnErrorWhenAttemptingToUseALaunchProfileThatDoesNotExistWhenT
233233 [ Fact ]
234234 public void ItUsesLaunchProfileOfTheSpecifiedName ( )
235235 {
236- var testAppName = "MSBuildTestAppWithLaunchSettings " ;
236+ var testAppName = "AppWithLaunchSettings " ;
237237 var testInstance = TestAssets . Get ( testAppName )
238238 . CreateInstance ( )
239239 . WithSourceFiles ( ) ;
@@ -263,7 +263,7 @@ public void ItUsesLaunchProfileOfTheSpecifiedName()
263263 [ Fact ]
264264 public void ItDefaultsToTheFirstUsableLaunchProfile ( )
265265 {
266- var testAppName = "MSBuildTestAppWithLaunchSettings " ;
266+ var testAppName = "AppWithLaunchSettings " ;
267267 var testInstance = TestAssets . Get ( testAppName )
268268 . CreateInstance ( )
269269 . WithSourceFiles ( ) ;
@@ -293,7 +293,7 @@ public void ItDefaultsToTheFirstUsableLaunchProfile()
293293 [ Fact ]
294294 public void ItGivesAnErrorWhenTheLaunchProfileNotFound ( )
295295 {
296- var testAppName = "MSBuildTestAppWithLaunchSettings " ;
296+ var testAppName = "AppWithLaunchSettings " ;
297297 var testInstance = TestAssets . Get ( testAppName )
298298 . CreateInstance ( )
299299 . WithSourceFiles ( ) ;
@@ -321,7 +321,7 @@ public void ItGivesAnErrorWhenTheLaunchProfileNotFound()
321321 [ Fact ]
322322 public void ItGivesAnErrorWhenTheLaunchProfileCanNotBeHandled ( )
323323 {
324- var testAppName = "MSBuildTestAppWithLaunchSettings " ;
324+ var testAppName = "AppWithLaunchSettings " ;
325325 var testInstance = TestAssets . Get ( testAppName )
326326 . CreateInstance ( )
327327 . WithSourceFiles ( ) ;
@@ -349,7 +349,7 @@ public void ItGivesAnErrorWhenTheLaunchProfileCanNotBeHandled()
349349 [ Fact ]
350350 public void ItSkipsLaunchProfilesWhenTheSwitchIsSupplied ( )
351351 {
352- var testAppName = "MSBuildTestAppWithLaunchSettings " ;
352+ var testAppName = "AppWithLaunchSettings " ;
353353 var testInstance = TestAssets . Get ( testAppName )
354354 . CreateInstance ( )
355355 . WithSourceFiles ( ) ;
@@ -409,7 +409,7 @@ public void ItSkipsLaunchProfilesWhenTheSwitchIsSuppliedWithoutErrorWhenThereAre
409409 [ Fact ]
410410 public void ItSkipsLaunchProfilesWhenThereIsNoUsableDefault ( )
411411 {
412- var testAppName = "MSBuildTestAppWithLaunchSettingsWithoutDefault " ;
412+ var testAppName = "AppWithLaunchSettingsWithoutDefault " ;
413413 var testInstance = TestAssets . Get ( testAppName )
414414 . CreateInstance ( )
415415 . WithSourceFiles ( ) ;
@@ -438,7 +438,7 @@ public void ItSkipsLaunchProfilesWhenThereIsNoUsableDefault()
438438 [ Fact ]
439439 public void ItPrintsAnErrorWhenLaunchSettingsAreCorrupted ( )
440440 {
441- var testAppName = "MSBuildTestAppWithCorruptedLaunchSettings " ;
441+ var testAppName = "AppWithCorruptedLaunchSettings " ;
442442 var testInstance = TestAssets . Get ( testAppName )
443443 . CreateInstance ( )
444444 . WithSourceFiles ( ) ;
0 commit comments