summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-12 11:01:03 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-12 11:58:38 +0000
commit7892566b9e7f0c2bfa1c18acd4147de496a58cab (patch)
treeea6ebc7a7b44a1dcc3b04de22df7bc392ab4223f /qadevOOo
parent079a57802576eb84cc0d26b1d708a727c6b18a2a (diff)
update png locations for various imagelist unwindings
Change-Id: Ib0106c3b88cf54e54aaf784bb526480a1c745a1f
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/MutableTreeNode.java4
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/UnoTreeControl.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/MutableTreeNode.java b/qadevOOo/tests/java/mod/_toolkit/MutableTreeNode.java
index c8e15602070b..e08d2dd6514b 100644
--- a/qadevOOo/tests/java/mod/_toolkit/MutableTreeNode.java
+++ b/qadevOOo/tests/java/mod/_toolkit/MutableTreeNode.java
@@ -61,7 +61,7 @@ public class MutableTreeNode extends TestCase {
String sDisplayValue = "UnoTreeControl";
String sExpandedGraphicURL = "private:graphicrepository/sd/res/triangle_down.png";
String sCollapsedGraphicURL = "private:graphicrepository/sd/res/triangle_right.png";
- String sNodeGraphicURL = "private:graphicrepository/sw/imglst/nc20010.png";
+ String sNodeGraphicURL = "private:graphicrepository/sw/res/nc20010.png";
xNode.setDisplayValue( sDisplayValue);
xNode.setDataValue(sDisplayValue);
@@ -136,7 +136,7 @@ public class MutableTreeNode extends TestCase {
}
}
else{
- xChildNode.setNodeGraphicURL( "private:graphicrepository/sw/imglst/nc20010.png");
+ xChildNode.setNodeGraphicURL( "private:graphicrepository/sw/res/nc20010.png");
}
} catch (CommandAbortedException ex) {
ex.printStackTrace();
diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoTreeControl.java b/qadevOOo/tests/java/mod/_toolkit/UnoTreeControl.java
index 3a12103babe9..95f9c56d94ef 100644
--- a/qadevOOo/tests/java/mod/_toolkit/UnoTreeControl.java
+++ b/qadevOOo/tests/java/mod/_toolkit/UnoTreeControl.java
@@ -233,7 +233,7 @@ public class UnoTreeControl extends TestCase {
}
}
else{
- xChildNode.setNodeGraphicURL( "private:graphicrepository/sw/imglst/nc20010.png");
+ xChildNode.setNodeGraphicURL( "private:graphicrepository/sw/res/nc20010.png");
}
} catch (CommandAbortedException ex) {
ex.printStackTrace();