From 711c5335739af17b7549a0b0afe6eff35fb890aa Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 15 Feb 2014 15:32:50 +0000 Subject: [PATCH] * moved test because it tests a certain functionalty and was made solely to test strutils.IsWild git-svn-id: trunk@26788 - --- .gitattributes | 2 +- tests/{webtbs/tw25494.pp => test/units/strutils/tiswild.pp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{webtbs/tw25494.pp => test/units/strutils/tiswild.pp} (100%) diff --git a/.gitattributes b/.gitattributes index 4f9ba1f246..b9ed235068 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12263,6 +12263,7 @@ tests/test/units/sharemem/test1.pp svneol=native#text/plain tests/test/units/softfpu/sfttst.pp svneol=native#text/plain tests/test/units/strings/tstrcopy.pp svneol=native#text/plain tests/test/units/strings/tstrings1.pp svneol=native#text/plain +tests/test/units/strutils/tiswild.pp svneol=native#text/plain tests/test/units/strutils/tposextest.pp svneol=native#text/plain tests/test/units/system/interlocked1.pp svneol=native#text/plain tests/test/units/system/tabs.pp svneol=native#text/plain @@ -13809,7 +13810,6 @@ tests/webtbs/tw2536.pp svneol=native#text/plain tests/webtbs/tw25361.pp svneol=native#text/plain tests/webtbs/tw25398.pp svneol=native#text/plain tests/webtbs/tw2540.pp svneol=native#text/plain -tests/webtbs/tw25494.pp svneol=native#text/plain tests/webtbs/tw25551.pp svneol=native#text/plain tests/webtbs/tw25598.pp svneol=native#text/plain tests/webtbs/tw2561.pp svneol=native#text/plain diff --git a/tests/webtbs/tw25494.pp b/tests/test/units/strutils/tiswild.pp similarity index 100% rename from tests/webtbs/tw25494.pp rename to tests/test/units/strutils/tiswild.pp