diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-24 08:16:56 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-24 08:16:56 +0000 |
commit | 38b9c396128f9f10569a1c3558e15e7d71bfed13 (patch) | |
tree | 83ef426685de07ebc579b80258865d34330c463b /cli_ure | |
parent | 23e61d1e6c5a534bed5064e2f215aef8998f3ceb (diff) |
INTEGRATION: CWS jl69 (1.3.56); FILE MERGED
2007/07/18 13:36:46 jl 1.3.56.1: #i79710#
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/qa/versioning/runtests.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cli_ure/qa/versioning/runtests.cs b/cli_ure/qa/versioning/runtests.cs index aaddb6eac..305306267 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; |