From 261766fe49438144e28d9a28a347db49c7c9c3aa Mon Sep 17 00:00:00 2001
From: Andreas Fischer <bantu@owncloud.com>
Date: Tue, 10 Sep 2013 01:30:48 +0200
Subject: [PATCH] Add comment explaining how $dateInFuture was picked.

---
 tests/lib/share/share.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/lib/share/share.php b/tests/lib/share/share.php
index c35e608df1..a0ac55d91c 100644
--- a/tests/lib/share/share.php
+++ b/tests/lib/share/share.php
@@ -31,6 +31,8 @@ class Test_Share extends PHPUnit_Framework_TestCase {
 	protected $resharing;
 
 	protected $dateInPast = '2000-01-01 00:00:00';
+
+	// Picked close to the "year 2038 problem" boundary.
 	protected $dateInFuture = '2037-01-01 00:00:00';
 
 	public function setUp() {
-- 
GitLab