Update data files for JSuite tests

This commit is contained in:
Tomas O'Connor
2003-02-25 15:37:37 +00:00
parent 1ea8230d72
commit 9b6ccc75b7
2 changed files with 2 additions and 2 deletions

View File

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

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 _refreshScriptStorage;description=Try to refresh non-existent ScriptStorage;location=non-existent;expected=success
6 _refreshScriptStorage;description=Try to refresh valid document ScriptStorage;location=script_in_class_file.sxw;expected=success