summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-24 08:16:56 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-24 08:16:56 +0000
commitfd035a455972683ba675e9dc487248290f4e221a (patch)
treeb331bae884e7a68b38afb910a81cd9c72d967a76 /cli_ure
parenta941a594ed29dca9f0056c411c736e1e16f5486f (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.cs7
1 files changed, 4 insertions, 3 deletions
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;