From c4f77371962283abeb081e0f65f5625707f4f1b9 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Mon, 12 Jan 2015 19:08:43 +0100
Subject: [PATCH] uncommitted change

---
 t_sync.pl | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/t_sync.pl b/t_sync.pl
index bffa268..cd244c7 100755
--- a/t_sync.pl
+++ b/t_sync.pl
@@ -55,6 +55,13 @@ context".  A "synchronisation context" needs to describe:
 my $setup_file;
 my $setup=
 {
+  'src' =>
+  {
+    'config' => '/home/gg/etc/src/database.yml',
+    'db'     => 'production',
+    'attachment_base' => '/home/backup/redmine-phaidra/files',
+    'attachment_with_directory' => 0, # Redmine version 1.x does not have that attribute
+  },
   'dst' =>
   {
     'config' => '/home/gg/etc/dst/database.yml',
@@ -66,13 +73,6 @@ my $setup=
 
 my $setup_OLD=
 {
-  'src' =>
-  {
-    'config' => '/home/gg/etc/src/database.yml',
-    'db'     => 'production',
-    'attachment_base' => '/home/backup/redmine-phaidra/files',
-    'attachment_with_directory' => 0, # Redmine version 1.x does not have that attribute
-  },
   'dst' =>
   {
     'config' => '/home/gg/etc/dst/database.yml',
-- 
GitLab