From e76995c65504fb36cc4b3248eaf5b0d96aa6857b Mon Sep 17 00:00:00 2001
From: Florent Torregrosa <florent.torregrosa@gmail.com>
Date: Tue, 7 Jul 2015 12:07:01 +0200
Subject: [PATCH] Issue #2277045 by Grimreaper: Debugging testbot on two tests.

---
 tests/protected_node.bulk.test | 2 --
 tests/protected_node.fork.test | 2 --
 2 files changed, 4 deletions(-)

diff --git a/tests/protected_node.bulk.test b/tests/protected_node.bulk.test
index 75b7744..630ce06 100644
--- a/tests/protected_node.bulk.test
+++ b/tests/protected_node.bulk.test
@@ -79,7 +79,6 @@ class ProtectedNodeBulkPassword extends ProtectedNodeBaseTestCase {
    *
    * Test that the node password is changed after using reset passwords.
    */
-  /**
   public function testResetPasswords() {
     // Log in as Admin.
     $this->drupalLogin($this->adminUser);
@@ -113,7 +112,6 @@ class ProtectedNodeBulkPassword extends ProtectedNodeBaseTestCase {
     $text = $node->body[LANGUAGE_NONE][0]['value'];
     $this->assertText($text, "User with right permission has to enter the new password", $this->group);
   }
-   */
 
   /**
    * Test function.
diff --git a/tests/protected_node.fork.test b/tests/protected_node.fork.test
index c2c3261..07a75dc 100644
--- a/tests/protected_node.fork.test
+++ b/tests/protected_node.fork.test
@@ -77,7 +77,6 @@ class ProtectedNodeFork extends ProtectedNodeBaseTestCase {
    *
    * Test that the user is redirected to the node with the matching password.
    */
-  /**
   public function testMatchingPassword() {
     // Log in as Admin.
     $this->drupalLogin($this->adminUser);
@@ -112,7 +111,6 @@ class ProtectedNodeFork extends ProtectedNodeBaseTestCase {
     $text = $node2->body[LANGUAGE_NONE][0]['value'];
     $this->assertText($text, "User with right permission is redirected to a protected node with right password", $this->group);
   }
-   */
 
   /**
    * Test function.
-- 
2.1.4

