Index: tests/phpunit/tests/shortcode.php
===================================================================
--- tests/phpunit/tests/shortcode.php	(revision 30289)
+++ tests/phpunit/tests/shortcode.php	(working copy)
@@ -308,16 +308,6 @@
 	}

 	/**
+	 * @ticket 14050
+	 */
+	function test_multiple_shortcode_unautop() {
+		// a blank line is added at the end, so test with it already there
+		$test_string = "[footag]\n[footag]\n";
+		$actual = shortcode_unautop( wpautop( $test_string ) );
+		$this->assertEquals( $test_string, $actual );
+	}
+
+	/**
 	 * @ticket 10326
 	 */
 	function test_strip_shortcodes() {
