scp2/source/smoketest/smoketest.scp |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit d0f4bb87900c9a7cb59bba1660566e4a68d505a0
Author: Andras Timar <ati...@suse.com>
Date:   Thu Dec 1 23:45:26 2011 +0100

    fix gid_Test_Dir_Common_Ure parent for MAC OS

diff --git a/scp2/source/smoketest/smoketest.scp 
b/scp2/source/smoketest/smoketest.scp
index dc4f6d3..aaed44f 100644
--- a/scp2/source/smoketest/smoketest.scp
+++ b/scp2/source/smoketest/smoketest.scp
@@ -82,7 +82,11 @@ Directory gid_Test_Brand_Dir_Share_Test
 End
 
 Directory gid_Test_Dir_Common_Ure
+#if defined MACOSX
+    ParentID = gid_Test_Dir_Bundle_Contents;
+#else
     ParentID = gid_Test_Dir_Brand_Root;
+#endif
     HostName = "ure";
     Styles = (UREDIRECTORY);
 End
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to