Sfoglia il codice sorgente

* renamed tw13345y.pp to uw13345y because it's a unit (otherwise its
object file is not available for linking when tw13345x is recompiled)

git-svn-id: trunk@12959 -

Jonas Maebe 16 anni fa
parent
commit
0698678f86
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      .gitattributes
  2. 1 1
      tests/webtbs/tw13345x.pp
  3. 1 1
      tests/webtbs/uw13345y.pp

+ 1 - 1
.gitattributes

@@ -8809,7 +8809,6 @@ tests/webtbs/tw13318.pp svneol=native#text/plain
 tests/webtbs/tw1333.pp svneol=native#text/plain
 tests/webtbs/tw1333.pp svneol=native#text/plain
 tests/webtbs/tw13343.pp svneol=native#text/plain
 tests/webtbs/tw13343.pp svneol=native#text/plain
 tests/webtbs/tw13345x.pp svneol=native#text/plain
 tests/webtbs/tw13345x.pp svneol=native#text/plain
-tests/webtbs/tw13345y.pp svneol=native#text/plain
 tests/webtbs/tw1348.pp svneol=native#text/plain
 tests/webtbs/tw1348.pp svneol=native#text/plain
 tests/webtbs/tw1351.pp svneol=native#text/plain
 tests/webtbs/tw1351.pp svneol=native#text/plain
 tests/webtbs/tw1364.pp svneol=native#text/plain
 tests/webtbs/tw1364.pp svneol=native#text/plain
@@ -9699,6 +9698,7 @@ tests/webtbs/uw1181.inc svneol=native#text/plain
 tests/webtbs/uw1279.pp svneol=native#text/plain
 tests/webtbs/uw1279.pp svneol=native#text/plain
 tests/webtbs/uw13015.pp svneol=native#text/plain
 tests/webtbs/uw13015.pp svneol=native#text/plain
 tests/webtbs/uw1331.pp svneol=native#text/plain
 tests/webtbs/uw1331.pp svneol=native#text/plain
+tests/webtbs/uw13345y.pp svneol=native#text/plain
 tests/webtbs/uw2004.inc svneol=native#text/plain
 tests/webtbs/uw2004.inc svneol=native#text/plain
 tests/webtbs/uw2040.pp svneol=native#text/plain
 tests/webtbs/uw2040.pp svneol=native#text/plain
 tests/webtbs/uw2266a.inc svneol=native#text/plain
 tests/webtbs/uw2266a.inc svneol=native#text/plain

+ 1 - 1
tests/webtbs/tw13345x.pp

@@ -4,7 +4,7 @@
 {$mode delphi}
 {$mode delphi}
 
 
 uses
 uses
-  tw13345y;
+  uw13345y;
 
 
 type
 type
   tc = class(tinterfacedobject,ta)
   tc = class(tinterfacedobject,ta)

+ 1 - 1
tests/webtbs/tw13345y.pp → tests/webtbs/uw13345y.pp

@@ -1,4 +1,4 @@
-unit tw13345y;
+unit uw13345y;
 
 
 {$mode delphi}
 {$mode delphi}