From 1b6cdf0f74600dd74ef6549e22e8e62ec67b8420 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 25 Jun 2008 13:27:11 +0000 Subject: 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 --- forms/qa/integration/forms/ShowTargets.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'forms') 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; -- cgit v1.2.3