From e78568ba69f8ff0891f54f7e951b289dc0108f76 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Fri, 19 Jan 2007 19:33:04 +0000 Subject: [PATCH] * test no longer has to fail in objfpc mode (in theory, it should fail in Delphi mode though) git-svn-id: trunk@6077 - --- .gitattributes | 2 +- tests/{webtbf => webtbs}/tw3841.pp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) rename tests/{webtbf => webtbs}/tw3841.pp (97%) diff --git a/.gitattributes b/.gitattributes index 1850fae4ef..b2ce034a18 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7081,7 +7081,6 @@ tests/webtbf/tw3716.pp svneol=native#text/plain tests/webtbf/tw3738.pp svneol=native#text/plain tests/webtbf/tw3740.pp svneol=native#text/plain tests/webtbf/tw3790.pp svneol=native#text/plain -tests/webtbf/tw3841.pp svneol=native#text/plain tests/webtbf/tw3931b.pp svneol=native#text/plain tests/webtbf/tw3969.pp svneol=native#text/plain tests/webtbf/tw4103.pp svneol=native#text/plain @@ -7752,6 +7751,7 @@ tests/webtbs/tw3827.pp svneol=native#text/plain tests/webtbs/tw3829.pp -text svneol=unset#text/plain tests/webtbs/tw3833.pp svneol=native#text/plain tests/webtbs/tw3840.pp svneol=native#text/plain +tests/webtbs/tw3841.pp svneol=native#text/plain tests/webtbs/tw3863.pp svneol=native#text/plain tests/webtbs/tw3864.pp svneol=native#text/plain tests/webtbs/tw3865.pp svneol=native#text/plain diff --git a/tests/webtbf/tw3841.pp b/tests/webtbs/tw3841.pp similarity index 97% rename from tests/webtbf/tw3841.pp rename to tests/webtbs/tw3841.pp index bc1a98643b..bccf9ae32e 100644 --- a/tests/webtbf/tw3841.pp +++ b/tests/webtbs/tw3841.pp @@ -1,5 +1,3 @@ -{ %fail } - { Source provided for Free Pascal Bug Report 3841 } { Submitted by "Joost v.d. Sluis" on 2005-03-28 } { e-mail: }