From fd035a455972683ba675e9dc487248290f4e221a Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 24 Jul 2007 08:16:56 +0000 Subject: INTEGRATION: CWS jl69 (1.3.56); FILE MERGED 2007/07/18 13:36:46 jl 1.3.56.1: #i79710# --- cli_ure/qa/versioning/runtests.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cli_ure/qa') diff --git a/cli_ure/qa/versioning/runtests.cs b/cli_ure/qa/versioning/runtests.cs index aaddb6eace3d..3053062670af 100644 --- a/cli_ure/qa/versioning/runtests.cs +++ b/cli_ure/qa/versioning/runtests.cs @@ -4,9 +4,9 @@ * * $RCSfile: runtests.cs,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2006-03-09 10:50:57 $ + * last change: $Author: rt $ $Date: 2007-07-24 09:16:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,8 @@ public class RunTests //cliversion.Version class foreach (FileInfo fiTemp in fi) { - if (fiTemp.Extension != ".dll") + if (fiTemp.Extension != ".dll" + || ! fiTemp.Name.StartsWith("version")) continue; Assembly ass = null; -- cgit v1.2.3