Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Wtp-wst-dev] Fw: [Wst-cvs-commit] wst/components/xml/tests/org.eclipse.wst.xml.catalog.tests/src/org/eclipse/wst/xml/catalog/tests/internal CatalogWriterTest.java


Craig,

Pls include a bug number in each cvs comment comment. Thx.

Arthur Ryman,
Rational Desktop Tools Development

phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063@xxxxxxx
intranet: http://labweb.torolab.ibm.com/DRY6/

----- Forwarded by Arthur Ryman/Toronto/IBM on 06/24/2005 08:19 AM -----
Eclipse CVS Genie <genie@xxxxxxxxxxx>
Sent by: wst-cvs-commit-bounces@xxxxxxxxxxx

06/24/2005 12:33 AM

Please respond to
CVS individual commit notification list

To
wst-cvs-commit@xxxxxxxxxxx
cc
Subject
[Wst-cvs-commit]         wst/components/xml/tests/org.eclipse.wst.xml.catalog.tests/src/org/eclipse/wst/xml/catalog/tests/internal        CatalogWriterTest.java





Update of /home/webtools/wst/components/xml/tests/org.eclipse.wst.xml.catalog.tests/src/org/eclipse/wst/xml/catalog/tests/internal
In directory node1:/tmp/cvs-serv32559/src/org/eclipse/wst/xml/catalog/tests/internal

Modified Files:
                CatalogWriterTest.java
Log Message:
fix for an empty directory

Index: CatalogWriterTest.java
===================================================================
RCS file: /home/webtools/wst/components/xml/tests/org.eclipse.wst.xml.catalog.tests/src/org/eclipse/wst/xml/catalog/tests/internal/CatalogWriterTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CatalogWriterTest.java                 24 Jun 2005 04:17:50 -0000                 1.1
--- CatalogWriterTest.java                 24 Jun 2005 04:33:27 -0000                 1.2
***************
*** 43,49 ****
                                   // write catalog
                                   URL resultsFolder = TestPlugin.getDefault().getBundle().getEntry(
!                                                                     "/actual_results");
                                   IPath path = new Path(Platform.resolve(resultsFolder).getFile());
!                                   String resultCatalogFile = path.append("catalog1.xml").toFile().toURI().toString();
                                   testCatalog.setLocation(resultCatalogFile);
                                   // write catalog
--- 43,49 ----
                                   // write catalog
                                   URL resultsFolder = TestPlugin.getDefault().getBundle().getEntry(
!                                                                     "/");
                                   IPath path = new Path(Platform.resolve(resultsFolder).getFile());
!                                   String resultCatalogFile = path.append("actual_results/catalog1.xml").toFile().toURI().toString();
                                   testCatalog.setLocation(resultCatalogFile);
                                   // write catalog

_______________________________________________
wst-cvs-commit mailing list
wst-cvs-commit@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wst-cvs-commit

Back to the top