Parcourir la source

* uw1279 added

peter il y a 25 ans
Parent
commit
131b06c676
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  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.