Browse Source

* moved to correct directory

carl 23 years ago
parent
commit
3f639982d0
3 changed files with 23 additions and 17 deletions
  1. 18 0
      tests/webtbf/tw1827.pp
  2. 5 2
      tests/webtbf/tw1858.pp
  3. 0 15
      tests/webtbs/tw1827.pp

+ 18 - 0
tests/webtbf/tw1827.pp

@@ -0,0 +1,18 @@
+{ %FAIL }
+
+begin
+  ReadLn('SomeText');
+end.
+
+{
+  $Log$
+  Revision 1.1  2002-03-08 20:18:28  carl
+  * moved to correct directory
+
+  Revision 1.1  2002/03/07 21:44:14  carl
+  + bug report #1827 testing
+
+
+}  
+
+

+ 5 - 2
tests/webtbs/tw1858.pp → tests/webtbf/tw1858.pp

@@ -1,4 +1,4 @@
-{ %RESULTCODE=1 }
+{ %FAIL }
 { Source provided for Free Pascal Bug Report 1858 }
 { Submitted by "Mattias Gaertner" on  2002-03-07 }
 { e-mail: [email protected] }
@@ -23,7 +23,10 @@ end.
 
 {
   $Log$
-  Revision 1.2  2002-03-07 21:46:41  carl
+  Revision 1.1  2002-03-08 20:18:28  carl
+  * moved to correct directory
+
+  Revision 1.2  2002/03/07 21:46:41  carl
   + fix unit name
 
   Revision 1.1  2002/03/07 21:40:56  carl

+ 0 - 15
tests/webtbs/tw1827.pp

@@ -1,15 +0,0 @@
-{ %RESULTCODE=1 }
-
-begin
-  ReadLn('SomeText');
-end.
-
-{
-  $Log$
-  Revision 1.1  2002-03-07 21:44:14  carl
-  + bug report #1827 testing
-
-
-}  
-
-