Index: /CKEditor/tests/tt/7070/1.html
===================================================================
--- /CKEditor/tests/tt/7070/1.html	(revision 6388)
+++ /CKEditor/tests/tt/7070/1.html	(revision 6389)
@@ -40,4 +40,9 @@
 		},
 
+		test_getBogus5 : function()
+		{
+			assert.isTrue( !!doc.getById( 'tc5' ).getBogus() );
+		},
+
 		name : document.title
 	};
@@ -53,4 +58,6 @@
 	<p id="tc3"><strong>text<br /><i></i></strong></p>
 	<div id="tc4"><p>paragraph<br /></p></div>
+	<p id="tc5"><a href="#">link<br /></a></p>
+
 </body>
 </html>
