File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
src/Umbraco.Tests.Integration/Umbraco.Web.BackOffice/Controllers Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -446,27 +446,7 @@ public async Task PostSave_Validates_Domains_Exist()
446
446
447
447
var currentThreadCulture = Thread . CurrentThread . CurrentCulture . TwoLetterISOLanguageName ;
448
448
var currentUICulture = Thread . CurrentThread . CurrentUICulture . TwoLetterISOLanguageName ;
449
- if ( string . IsNullOrEmpty ( currentThreadCulture ) )
450
- {
451
- TestContext . Progress . Write ( $ "======CURRENT THREAD CULTURE IN TEST====== NO CULTURE") ;
452
- }
453
- else
454
- {
455
- TestContext . Progress . Write ( $ "======CURRENT THREAD CULTURE IN TEST======{ currentThreadCulture } ") ;
456
- }
457
- if ( string . IsNullOrEmpty ( currentUICulture ) )
458
- {
459
- TestContext . Progress . Write ( $ "======CURRENT UI CULTURE IN TEST====== NO CULTURE") ;
460
- }
461
- else
462
- {
463
- TestContext . Progress . Write ( $ "======CURRENT UI CULTURE IN TEST======{ currentUICulture } ") ;
464
- }
465
449
ILocalizedTextService localizedTextService = GetRequiredService < ILocalizedTextService > ( ) ;
466
- foreach ( var culture in localizedTextService . GetSupportedCultures ( ) )
467
- {
468
- TestContext . Progress . Write ( $ "======SUPPORTED CULTURES IN TEXT SERVICE======{ culture . Name } ") ;
469
- }
470
450
var expectedMessage = localizedTextService . Localize ( "speechBubbles" , "publishWithNoDomains" ) ;
471
451
472
452
Assert . Multiple ( ( ) =>
You can’t perform that action at this time.
0 commit comments