Ver Fonte

* uw1279 added

peter há 25 anos atrás
pai
commit
131b06c676
2 ficheiros alterados com 5 adições e 1 exclusões
  1. 1 1
      tests/webtbs/tw1279.pp
  2. 4 0
      tests/webtbs/uw1279.pp

+ 1 - 1
tests/webtbs/tw1279.pp

@@ -1,7 +1,7 @@
 { %version=1.1 }
 
 uses
-   aunit in 'testunit';
+   testunit in 'uw1279';
 
 begin
 end.

+ 4 - 0
tests/webtbs/uw1279.pp

@@ -0,0 +1,4 @@
+unit uw1279;
+interface
+implementation
+end.