From 82855a315b5d2304457b0594c8bc12bee54bfa99 Mon Sep 17 00:00:00 2001
From: Steven Murray <steven.murray@cern.ch>
Date: Tue, 9 Aug 2016 12:10:22 +0200
Subject: [PATCH] Fixed bug in unit-test modifyTapePoolComment

---
 catalogue/CatalogueTest.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/catalogue/CatalogueTest.cpp b/catalogue/CatalogueTest.cpp
index a16d21f901..c17e02cf4e 100644
--- a/catalogue/CatalogueTest.cpp
+++ b/catalogue/CatalogueTest.cpp
@@ -1126,9 +1126,6 @@ TEST_P(cta_catalogue_CatalogueTest, modifyTapePoolComment) {
     const common::dataStructures::EntryLog creationLog = pool.creationLog;
     ASSERT_EQ(m_admin.username, creationLog.username);
     ASSERT_EQ(m_admin.host, creationLog.host);
-  
-    const common::dataStructures::EntryLog lastModificationLog = pool.lastModificationLog;
-    ASSERT_EQ(creationLog, lastModificationLog);
   }
 }
 
-- 
GitLab