Browse Source

* rename custom attributes related tests to something more sensible

git-svn-id: trunk@42361 -
svenbarth 6 years ago
parent
commit
869664c6da

+ 10 - 10
.gitattributes

@@ -13139,16 +13139,6 @@ tests/test/tclass6.pp svneol=native#text/plain
 tests/test/tclass7.pp svneol=native#text/plain
 tests/test/tclass8.pp svneol=native#text/plain
 tests/test/tclass9.pp svneol=native#text/pascal
-tests/test/tclassattribute1.pp svneol=native#text/pascal
-tests/test/tclassattribute10.pp svneol=native#text/pascal
-tests/test/tclassattribute2.pp svneol=native#text/pascal
-tests/test/tclassattribute3.pp svneol=native#text/pascal
-tests/test/tclassattribute4.pp svneol=native#text/pascal
-tests/test/tclassattribute5.pp svneol=native#text/pascal
-tests/test/tclassattribute6.pp svneol=native#text/pascal
-tests/test/tclassattribute7.pp svneol=native#text/pascal
-tests/test/tclassattribute8.pp svneol=native#text/pascal
-tests/test/tclassattribute9.pp svneol=native#text/pascal
 tests/test/tclassinfo1.pp svneol=native#text/pascal
 tests/test/tclrprop.pp svneol=native#text/plain
 tests/test/tcmov1.pp svneol=native#text/plain
@@ -13215,6 +13205,16 @@ tests/test/tcptypedconst2.pp svneol=native#text/plain
 tests/test/tcptypedconst3.pp svneol=native#text/plain
 tests/test/tcstring1.pp svneol=native#text/pascal
 tests/test/tcstring2.pp svneol=native#text/pascal
+tests/test/tcustomattr1.pp svneol=native#text/pascal
+tests/test/tcustomattr10.pp svneol=native#text/pascal
+tests/test/tcustomattr2.pp svneol=native#text/pascal
+tests/test/tcustomattr3.pp svneol=native#text/pascal
+tests/test/tcustomattr4.pp svneol=native#text/pascal
+tests/test/tcustomattr5.pp svneol=native#text/pascal
+tests/test/tcustomattr6.pp svneol=native#text/pascal
+tests/test/tcustomattr7.pp svneol=native#text/pascal
+tests/test/tcustomattr8.pp svneol=native#text/pascal
+tests/test/tcustomattr9.pp svneol=native#text/pascal
 tests/test/tdefault1.pp svneol=native#text/pascal
 tests/test/tdefault10.pp svneol=native#text/pascal
 tests/test/tdefault11.pp svneol=native#text/pascal

+ 1 - 1
tests/test/tclassattribute1.pp → tests/test/tcustomattr1.pp

@@ -1,4 +1,4 @@
-program tclassattribute1;
+program tcustomattr1;
 
 {$mode objfpc}{$H+}
 {$modeswitch prefixedattributes}

+ 1 - 1
tests/test/tclassattribute10.pp → tests/test/tcustomattr10.pp

@@ -1,4 +1,4 @@
-program tclassattribute10;
+program tcustomattr10;
 
 {$mode objfpc}{$H+}
 {$modeswitch prefixedattributes}

+ 1 - 1
tests/test/tclassattribute2.pp → tests/test/tcustomattr2.pp

@@ -1,5 +1,5 @@
 { %fail }
-program tclassattribute2;
+program tcustomattr2;
 
 {$mode objfpc}{$H+}
 {$modeswitch prefixedattributes}

+ 1 - 1
tests/test/tclassattribute3.pp → tests/test/tcustomattr3.pp

@@ -1,5 +1,5 @@
 { %fail }
-program tclassattribute3;
+program tcustomattr3;
 
 {$mode objfpc}{$H+}
 {$modeswitch prefixedattributes}

+ 1 - 1
tests/test/tclassattribute4.pp → tests/test/tcustomattr4.pp

@@ -1,4 +1,4 @@
-program tclassattribute4;
+program tcustomattr4;
 
 {$mode delphi}
 

+ 1 - 1
tests/test/tclassattribute5.pp → tests/test/tcustomattr5.pp

@@ -1,5 +1,5 @@
 { %fail }
-program tclassattribute5;
+program tcustomattr5;
 
 {$mode objfpc}{$H+}
 {$modeswitch prefixedattributes}

+ 1 - 1
tests/test/tclassattribute6.pp → tests/test/tcustomattr6.pp

@@ -1,4 +1,4 @@
-program tclassattribute6;
+program tcustomattr6;
 
 {$mode objfpc}{$H+}
 {$modeswitch prefixedattributes}

+ 1 - 1
tests/test/tclassattribute7.pp → tests/test/tcustomattr7.pp

@@ -1,5 +1,5 @@
 { %fail }
-program tclassattribute7;
+program tcustomattr7;
 
 {$mode objfpc}{$H+}
 {$modeswitch prefixedattributes}

+ 1 - 1
tests/test/tclassattribute8.pp → tests/test/tcustomattr8.pp

@@ -1,5 +1,5 @@
 { %fail }
-program tclassattribute8;
+program tcustomattr8;
 
 {$mode objfpc}{$H+}
 {$modeswitch prefixedattributes}

+ 1 - 1
tests/test/tclassattribute9.pp → tests/test/tcustomattr9.pp

@@ -1,4 +1,4 @@
-program tclassattribute9;
+program tcustomattr9;
 
 {$mode objfpc}{$H+}
 {$modeswitch prefixedattributes}