summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 13:27:11 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 13:27:11 +0000
commit1b6cdf0f74600dd74ef6549e22e8e62ec67b8420 (patch)
tree01d34aee84447ceccde342a482279afb8c41e2a3 /forms
parentb3ca2b783d1e8a9607f0347fae687399535d96f1 (diff)
INTEGRATION: CWS xformsdocmodify (1.3.24); FILE MERGED
2008/06/07 11:50:26 fs 1.3.24.1: adjustments, this application is now called with fully qualified names
Diffstat (limited to 'forms')
-rw-r--r--forms/qa/integration/forms/ShowTargets.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/qa/integration/forms/ShowTargets.java b/forms/qa/integration/forms/ShowTargets.java
index 9f6134f90694..3c747adfb2bc 100644
--- a/forms/qa/integration/forms/ShowTargets.java
+++ b/forms/qa/integration/forms/ShowTargets.java
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ShowTargets.java,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -54,7 +54,7 @@ public class ShowTargets
if ( args[i].equals( "TestSkeleton" ) )
continue;
- String completePotentialClassName = "integration.forms." + args[i];
+ String completePotentialClassName = args[i].replace( '/', '.' );
// get the class
Class potentialTestClass = null;