Browse Source

* uw1279 added

peter 25 years ago
parent
commit
131b06c676
2 changed files with 5 additions and 1 deletions
  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.