Index: tests/phpunit/data/plugins/wordpress-importer/parsers.php
===================================================================
--- tests/phpunit/data/plugins/wordpress-importer/parsers.php	(revision 1248769)
+++ tests/phpunit/data/plugins/wordpress-importer/parsers.php	(working copy)
@@ -324,7 +324,7 @@
 		if ( ! trim( $cdata ) )
 			return;
 
-		$this->cdata .= trim( $cdata );
+		$this->cdata .= $cdata;
 	}
 
 	function tag_close( $parser, $tag ) {
