Issue 58125 - API: svx.SvxGraphicObject::com::sun::star::drawing::GraphicObjectShape::GraphicStreamURL
Summary: API: svx.SvxGraphicObject::com::sun::star::drawing::GraphicObjectShape::Graph...
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-18 16:01 UTC by chne
Modified: 2013-02-24 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2005-11-18 16:01:09 UTC
The UNO-API-Test set the property GraphicStreamURL. But the propertey does not
change its value.
To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o svx.SvxGraphicObject::com::sun::star::drawing::GraphicObjectShape
Comment 1 clippka 2005-11-25 09:57:50 UTC
I can not verify this. I see that the test complains, but debugging shows me
that I return a String and it is the same as you set prior. Please check your
testcode. Also please look up the priorities for OOo 2.0.2 issues.
Comment 2 chne 2005-12-02 15:33:13 UTC
cn->cl: ok, no pp2 issue -> OOo 3.0
But if I put a String into this property and the return value is an
Any[Type[void], null] I assume that this is a bug. The testcode is valid. It was
used for hundreds of string properties.
Comment 3 clippka 2006-06-20 16:42:25 UTC
changing target
Comment 4 clippka 2007-09-12 13:27:33 UTC
retargeted
Comment 5 clippka 2009-02-05 16:41:09 UTC
cl->cn: while trying to fix my api issues, I have a problem with this one. I can
start other checks but this one opens up a new drawdoc, puts in a circle and
then fails with:

Creating: svx.SvxGraphicObject
LOG> Log started 05.01.2009 - 17:39:39
LOG> creating a drawdoc
LOG> creating a test environment
Exception while getting Environment java.lang.NullPointerException
java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:396)
        at lib.TestEnvironment.addObjRelation(TestEnvironment.java:98)
        at mod._svx.SvxGraphicObject.createTestEnvironment(SvxGraphicObject.java
:193)
        at lib.TestCase.getTestEnvironment(TestCase.java:139)
        at base.java_fat.executeTest(java_fat.java:195)
        at org.openoffice.Runner.main(Runner.java:144)
***** State for svx.SvxGraphicObject ******
Whole component: Couldn't create SvxGraphicObject
*******************************************
Job run took: 6219ms  [00:00:06]
Job -o svx.SvxGraphicObject::com::sun::star::drawing::GraphicObjectShape done
endlocal
quit
Comment 6 chne 2009-04-20 12:05:58 UTC
change owner
Comment 7 chne 2009-04-28 12:00:34 UTC
reassign