diff --git a/.gitattributes b/.gitattributes
index 698d6fbc90..cc815f66fd 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3522,6 +3522,8 @@ components/lazutils/test/TestLazStorageMem.lpi svneol=native#text/plain
components/lazutils/test/TestLazStorageMem.lpr svneol=native#text/plain
components/lazutils/test/testconfigmemstorage.pas svneol=native#text/pascal
components/lazutils/test/testlazstoragememcase1.pas svneol=native#text/plain
+components/lazutils/test/testmasks.lpi svneol=native#text/plain
+components/lazutils/test/testmasks.lpr svneol=native#text/pascal
components/lazutils/textstrings.pas svneol=native#text/pascal
components/lazutils/translations.pas svneol=native#text/pascal
components/lazutils/uitypes.pas svneol=native#text/pascal
@@ -11206,8 +11208,6 @@ lcl/tests/test4_3listview.lpr svneol=native#text/plain
lcl/tests/test5_1asyncprocess.lpi svneol=native#text/plain
lcl/tests/test5_1asyncprocess.lpr svneol=native#text/plain
lcl/tests/test5_1worker.pas svneol=native#text/plain
-lcl/tests/test6_1masks.lpi svneol=native#text/plain
-lcl/tests/test6_1masks.lpr svneol=native#text/plain
lcl/themes.pas svneol=native#text/pascal
lcl/tmschema.pas svneol=native#text/pascal
lcl/toolwin.pp svneol=native#text/pascal
diff --git a/components/lazutils/test/testmasks.lpi b/components/lazutils/test/testmasks.lpi
new file mode 100644
index 0000000000..17623057ce
--- /dev/null
+++ b/components/lazutils/test/testmasks.lpi
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/lcl/tests/test6_1masks.lpr b/components/lazutils/test/testmasks.lpr
similarity index 95%
rename from lcl/tests/test6_1masks.lpr
rename to components/lazutils/test/testmasks.lpr
index cbe9faa215..b40706476b 100644
--- a/lcl/tests/test6_1masks.lpr
+++ b/components/lazutils/test/testmasks.lpr
@@ -1,7 +1,7 @@
{
*****************************************************************************
* *
- * This file is part of the Lazarus Component Library (LCL) *
+ * This file is part of the LazUtils *
* *
* See the file COPYING.LCL, included in this distribution, *
* for details about the copyright. *
@@ -12,17 +12,18 @@
* *
*****************************************************************************
- LCL Test 6_1
-
+ LazUtils Test
Mask creating and matching test.
}
-program test6_1masks;
+program TestMasks;
{$mode objfpc}{$H+}
uses
- Interfaces, Forms, GuiTestRunner, Masks,
- Classes, SysUtils, fpcunit, testutils, testregistry;
+ Classes, SysUtils, fpcunit, testutils, testregistry,
+ Interfaces, Forms,
+ GuiTestRunner,
+ Masks;
type
diff --git a/lcl/tests/test6_1masks.lpi b/lcl/tests/test6_1masks.lpi
deleted file mode 100644
index cffdd2a4c4..0000000000
--- a/lcl/tests/test6_1masks.lpi
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-