From 71dea9b5e661830581110e801eb7dc932edc7934 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 3 Dec 2012 15:19:46 +0000 Subject: [PATCH] 2012-12-03 16:19 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbct/tests/test.prg * contrib/hbgt/tests/test.prg * contrib/hbmisc/tests/tsstrfmt.prg ! missing #requires --- harbour/ChangeLog.txt | 6 ++++++ harbour/contrib/hbct/tests/test.prg | 1 + harbour/contrib/hbgt/tests/test.prg | 1 + harbour/contrib/hbmisc/tests/tsstrfmt.prg | 1 + 4 files changed, 9 insertions(+) diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index 9ee12ad37a..6c25f9ddec 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -10,6 +10,12 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2012-12-03 16:19 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/hbct/tests/test.prg + * contrib/hbgt/tests/test.prg + * contrib/hbmisc/tests/tsstrfmt.prg + ! missing #requires + 2012-12-03 15:40 UTC+0100 Viktor Szakats (harbour syenar.net) - contrib/gtalleg/gtalleg.c + contrib/gtalleg/gtallegd.c diff --git a/harbour/contrib/hbct/tests/test.prg b/harbour/contrib/hbct/tests/test.prg index 94fdaf23a9..f4e762a8dc 100644 --- a/harbour/contrib/hbct/tests/test.prg +++ b/harbour/contrib/hbct/tests/test.prg @@ -2,6 +2,7 @@ * $Id$ */ +#require "hbct" #require "hbtest" PROCEDURE Main() diff --git a/harbour/contrib/hbgt/tests/test.prg b/harbour/contrib/hbgt/tests/test.prg index cfb7a2a552..9ae07f6126 100644 --- a/harbour/contrib/hbgt/tests/test.prg +++ b/harbour/contrib/hbgt/tests/test.prg @@ -2,6 +2,7 @@ * $Id$ */ +#require "hbgt" #require "hbtest" PROCEDURE Main() diff --git a/harbour/contrib/hbmisc/tests/tsstrfmt.prg b/harbour/contrib/hbmisc/tests/tsstrfmt.prg index d726fd77e6..e54c8b2e37 100644 --- a/harbour/contrib/hbmisc/tests/tsstrfmt.prg +++ b/harbour/contrib/hbmisc/tests/tsstrfmt.prg @@ -2,6 +2,7 @@ * $Id$ */ +#require "hbmisc" #require "hbtest" PROCEDURE Main()