Index: /CKEditor/tests/tt/4219/4219.html
===================================================================
--- /CKEditor/tests/tt/4219/4219.html	(revision 4132)
+++ /CKEditor/tests/tt/4219/4219.html	(revision 4133)
@@ -64,5 +64,17 @@
 
 		return	{
-
+			test_ticket_4219_1 : function()
+			{
+				prepareEditor( 'ticket_4219_1', null,
+					{ language : 'en-unsupported' },
+					function( editor )
+					{
+						this.resume( function()
+						{
+							assert.areSame( 'en', editor.langCode );
+						} );
+					}, this );
+				this.wait();
+			},
 
 			test_ticket_4219_2 : function()
@@ -74,5 +86,4 @@
 						this.resume( function()
 						{
-							debugger;
 							assert.areSame( editor.config.defaultLanguage, editor.langCode );
 						} );
