瀏覽代碼

--- Merging r31358 into '.':
U rtl/inc/system.fpd
--- Recording mergeinfo for merge of r31358 into '.':
U .
--- Merging r31361 into '.':
U tests/webtbs/tw1255.pp
--- Recording mergeinfo for merge of r31361 into '.':
G .

# revisions: 31358,31361

git-svn-id: branches/fixes_3_0@33102 -

marco 9 年之前
父節點
當前提交
7e3ecd4747
共有 2 個文件被更改,包括 6 次插入2 次删除
  1. 1 1
      .gitattributes
  2. 5 1
      tests/webtbs/tw1255.pp

+ 1 - 1
.gitattributes

@@ -8422,7 +8422,7 @@ rtl/inc/sstrings.inc svneol=native#text/plain
 rtl/inc/strings.pp svneol=native#text/plain
 rtl/inc/stringsi.inc svneol=native#text/plain
 rtl/inc/sysres.inc svneol=native#text/plain
-rtl/inc/system.fpd -text
+rtl/inc/system.fpd svneol=native#text/plain
 rtl/inc/system.inc svneol=native#text/plain
 rtl/inc/systemh.inc svneol=native#text/plain
 rtl/inc/text.inc svneol=native#text/plain

+ 5 - 1
tests/webtbs/tw1255.pp

@@ -20,7 +20,11 @@ end;
 
 begin
 {$ifdef UNIX}
-  testff('/etc/host*');
+  {$ifdef haiku}
+    testff('/boot/system/lib/libroot.*');
+  {$else}
+    testff('/etc/host*');
+  {$endif}
 {$else}
   {$ifdef wince}
     testff('\windows\calc.*');