From b8102a629499e8d4abd7c3509a74a3ce9548531d Mon Sep 17 00:00:00 2001
From: Roman Tokarev <rtokarev@corp.mail.ru>
Date: Thu, 17 Feb 2011 15:39:11 +0300
Subject: [PATCH] Add launchpad bug link into test case for Bug #708685

---
 test/box/configuration.result | 1 +
 test/box/configuration.test   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/test/box/configuration.result b/test/box/configuration.result
index 725ec56788..941801fc5b 100644
--- a/test/box/configuration.result
+++ b/test/box/configuration.result
@@ -1,6 +1,7 @@
 
 # Bug #708685:
 #  Addition of required configuration file options broke backward compatibility
+#  (https://bugs.launchpad.net/bugs/708685)
 
 show stat
 ---
diff --git a/test/box/configuration.test b/test/box/configuration.test
index 384acccf1a..0e127da2ad 100644
--- a/test/box/configuration.test
+++ b/test/box/configuration.test
@@ -5,6 +5,7 @@ from os.path import abspath
 print """
 # Bug #708685:
 #  Addition of required configuration file options broke backward compatibility
+#  (https://bugs.launchpad.net/bugs/708685)
 """
 # stop current server
 server.stop(True)
-- 
GitLab