diff --git a/core/profiles/standard/src/Tests/StandardTest.php b/core/profiles/standard/src/Tests/StandardTest.php
index 2171765..5ff30ca 100644
--- a/core/profiles/standard/src/Tests/StandardTest.php
+++ b/core/profiles/standard/src/Tests/StandardTest.php
@@ -86,13 +86,13 @@ function testStandard() {
       'title' => 'Foobar',
       'promote' => 1,
       'status' => 1,
-      'body' => array(array('value' => 'Then she picked out two somebodies,<br />Sally and me', 'format' => 'basic_html')),
+      'body' => array(array('value' => 'Then she picked out two somebodies,<br>Sally and me', 'format' => 'basic_html')),
     ));

     // Add a comment.
     $this->drupalLogin($this->adminUser);
     $this->drupalGet('node/1');
-    $this->assertRaw('Then she picked out two somebodies,<br />Sally and me', 'Found a line break.');
+    $this->assertRaw('Then she picked out two somebodies,<br>Sally and me', 'Found a line break.');
     $this->drupalPostForm(NULL, array(
       'subject[0][value]' => 'Barfoo',
       'comment_body[0][value]' => 'Then she picked out two somebodies, Sally and me',
