Files
loongoffice/scripting/workben/data/testdata/ScriptStorageManager.csv
2002-12-10 13:11:28 +00:00

736 B

1_createScriptStorage;description=Try to create a ScriptStorage;expected=success
2_createScriptStorageWithURI;description=Try to create a document ScriptStorage;location=script_in_class_file.sxw;expected=XScriptInfoAccess.class
3_getScriptStorage;description=Try to get application share ScriptStorage;location=share;expected=XScriptInfoAccess.class
4_getScriptStorage;description=Try to get application user ScriptStorage;location=user;expected=XScriptInfoAccess.class
5_refreshScriptStorage;description=Try to refresh non-existent ScriptStorage;location=non-existent;expected=com.sun.star.uno.RuntimeException
6_refreshScriptStorage;description=Try to refresh valid document ScriptStorage;location=script_in_class_file.sxw;expected=success