summaryrefslogtreecommitdiff
path: root/ucb/qa/complex
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-10-18 07:45:40 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-10-18 07:45:40 +0000
commite1724a6c8de4777ade8e102ceaf374bee457bceb (patch)
treef46fd30f726f583721915c397d33f5bda50bdc93 /ucb/qa/complex
parentead0845a1d1a0faa730d982e8781af9782eac4a4 (diff)
INTEGRATION: CWS kso201bugs01 (1.2.52); FILE MERGED
2005/10/06 08:21:39 kso 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/28 14:47:29 sg 1.2.52.1: #i51584#corrected wrong numbering in test
Diffstat (limited to 'ucb/qa/complex')
-rwxr-xr-xucb/qa/complex/tdoc/CheckContentProvider.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/ucb/qa/complex/tdoc/CheckContentProvider.java b/ucb/qa/complex/tdoc/CheckContentProvider.java
index 12bcd4e5d26e..f8a3e3f071a2 100755
--- a/ucb/qa/complex/tdoc/CheckContentProvider.java
+++ b/ucb/qa/complex/tdoc/CheckContentProvider.java
@@ -4,9 +4,9 @@
*
* $RCSfile: CheckContentProvider.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:05:50 $
+ * last change: $Author: rt $ $Date: 2005-10-18 08:45:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -118,6 +118,7 @@ public class CheckContentProvider extends ComplexTestCase {
log.println("Open some new documents.");
for (int i=0; i<countDocs; i++) {
String fileName = utils.getFullTestURL(testDocuments[i]);
+ System.out.println("Doc " + i + ": " + fileName);
xTextDoc[i] = WriterTools.loadTextDoc(xMSF, fileName);
}
}
@@ -268,7 +269,7 @@ public class CheckContentProvider extends ComplexTestCase {
}
/**
- * Open a stream to the embedded picture of document 2.
+ * Open a stream to the embedded picture of document 1.
*/
public void checkTDOCStream() {
try {
@@ -284,7 +285,7 @@ public class CheckContentProvider extends ComplexTestCase {
"com.sun.star.ucb.UniversalContentBroker"));
// create a content identifier from the ucb for tdoc
XContentIdentifier xContentIdentifier =
- xContentIdentifierFactory.createContentIdentifier("vnd.sun.star.tdoc:/2/Pictures/10000000000000640000004B9C743800.gif");
+ xContentIdentifierFactory.createContentIdentifier("vnd.sun.star.tdoc:/1/Pictures/10000000000000640000004B9C743800.gif");
// get content
xContent = xContentProvider.queryContent(xContentIdentifier);