summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svtools
AgeCommit message (Collapse)Author
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin
Modify createTestEnvironment so that it throws Exception. This is appropriate for unit testing. The wrapping adds no value and the calling method already has a catch(Exception) to handle anything. Change-Id: I430a414f63d2cbfc3b65ecfde0285509265e5192
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
- remove the SHORT_WAIT test parameter, no-one is using it - inline the various independent shortWait() methods - use the util.utils.shortWait() utility method everywhere Change-Id: I93cd4a2580172a1441d2ff3d390f52b9505e2721
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin
since all of it's methods and fields are static. Change-Id: Ia2b652969489c5a21e01a35cda65c6e84346aac0
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-05java: remove commented out codeNoel Grandin
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-08-04java: remove some unused import statementsNoel Grandin
Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
2014-08-04java: remove some unused variablesNoel Grandin
Change-Id: Ia9405d3e34e710059ff68bf850de91c36f4e1e1b
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
where the return value is always cast to XMultiServiceFactory, so just do the cast in the method and avoid noise at the call sites. Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
2013-09-26typo fixes in commentsAndras Timar
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl
... derives from com.sun.star.uno.RuntimeException instead of com.sun.star.uno.Exception. Only test that breaks with this change is jurt_uno/AnyConverter_Test, which for mysterious reasons effectively tests that IllegalArgumentException is a subclass of Exception and not RuntimeException. Presumably this is just a generic exception test that happens to use IllegalArgumentException. Some further testing indicates there are no problems expected at runtime: Running "make subsequentcheck" with all Java test code compiled against a ridl.jar that does not contain the change, running against a soffice that uses ridl.jar and rdbs with the change + ridl.jar with the change on the test side yields exactly the same AnyConverter_Test failure, with no other failures. Change-Id: Iad183de76ec7e0d56648084e97cdcc160b5b033d
2012-08-28Javadoc warnings - fix some tags and referencesNoel Grandin
Change-Id: I13be16beac258c551e58654b4fc37877d7bb9695
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin
Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
2012-06-29Java cleanup - remove unused local variablesNoel Grandin
Change-Id: Ied9c8635cde96d2d00d66a68cd8387799455c2ec
2012-06-29Java5 update - convert more code to use generics:wqNoel Grandin
Change-Id: I7ea32cad40a6657e4e5886d04af008cb6d67ac6e
2012-06-29Java5 update - usage generics where possibleNoel Grandin
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2011-12-08childs -> childrenMichael T. Whiteley
2010-02-26sb118: improved tests (no getActiveTopWindow etc.)sb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-05-07CWS-TOOLING: integrate CWS cmcfixes58Release Engineers
2009-05-04 13:51:10 +0200 cmc r271450 : #i101533# latest sw warnings 2009-05-04 00:02:46 +0200 cmc r271436 : #i101517# silence new warnings 2009-05-03 23:13:53 +0200 cmc r271435 : #i101305# add that one back in 2009-05-02 16:30:42 +0200 cmc r271431 : #i101493# get it to build, and remove some warnings 2009-05-02 16:12:37 +0200 cmc r271430 : CWS-TOOLING: rebase CWS cmcfixes58 to trunk@271427 (milestone: DEV300:m47) 2009-04-23 13:19:33 +0200 cmc r271163 : #i101305# remove annoying import foo is unused warnings 2009-04-21 17:10:34 +0200 cmc r271048 : #i101246# remove AVMEDIA_MANAGER_SERVICE_NAME defines again 2009-04-21 17:07:41 +0200 cmc r271047 : #i86323# remove xml2cmp unused methods
2008-09-30CWS-TOOLING: integrate CWS qadev33Vladimir Glazounov
2008-04-10INTEGRATION: CWS changefileheader (1.10.34); FILE MERGEDRüdiger Timm
2008/03/31 16:50:54 rt 1.10.34.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.6.62); FILE MERGEDRüdiger Timm
2008/03/31 16:50:54 rt 1.6.62.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.8.62); FILE MERGEDRüdiger Timm
2008/03/31 16:50:54 rt 1.8.62.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.10.54); FILE MERGEDRüdiger Timm
2008/03/31 16:50:54 rt 1.10.54.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.7.62); FILE MERGEDRüdiger Timm
2008/03/31 16:50:54 rt 1.7.62.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.7.34); FILE MERGEDRüdiger Timm
2008/03/31 16:50:54 rt 1.7.34.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.9.34); FILE MERGEDRüdiger Timm
2008/03/31 16:50:54 rt 1.9.34.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.8.34); FILE MERGEDRüdiger Timm
2008/03/31 16:50:54 rt 1.8.34.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.6.62); FILE MERGEDRüdiger Timm
2008/03/31 16:50:53 rt 1.6.62.1: #i87441# Change license header to LPGL v3.
2006-11-21INTEGRATION: CWS qadev27 (1.9.20); FILE MERGEDVladimir Glazounov
2006/08/22 08:27:45 cn 1.9.20.1: #i68762# fixing bug in "select database". The selection does not work with "initialize()" but with "select()"
2006-11-21INTEGRATION: CWS qadev27 (1.6.20); FILE MERGEDVladimir Glazounov
2006/08/22 08:18:16 cn 1.6.20.1: #i68760# fixing bug in "select database". The selection does not work with "initialize()" but with "select()"
2006-11-21INTEGRATION: CWS qadev27 (1.8.20); FILE MERGEDVladimir Glazounov
2006/08/22 08:27:57 cn 1.8.20.1: #i68762# fixing bug in "select database". The selection does not work with "initialize()" but with "select()"
2006-11-21INTEGRATION: CWS qadev27 (1.7.20); FILE MERGEDVladimir Glazounov
2006/08/22 08:18:31 cn 1.7.20.1: #i68760# fixing bug in "select database". The selection does not work with "initialize()" but with "select()"
2006-01-19INTEGRATION: CWS qadev25 (1.9.6); FILE MERGEDOliver Bolte
2005/11/30 16:17:46 sw 1.9.6.1: #115092# added event to be fired
2005-09-09INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGEDRüdiger Timm
2005/09/05 15:47:02 rt 1.8.16.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGEDRüdiger Timm
2005/09/05 15:47:02 rt 1.5.16.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.7.8); FILE MERGEDRüdiger Timm
2005/09/05 15:47:02 rt 1.7.8.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGEDRüdiger Timm
2005/09/05 15:47:02 rt 1.6.16.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGEDRüdiger Timm
2005/09/05 15:47:01 rt 1.5.16.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGEDRüdiger Timm
2005/09/05 15:47:01 rt 1.7.16.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGEDRüdiger Timm
2005/09/05 15:47:00 rt 1.6.16.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGEDRüdiger Timm
2005/09/05 15:47:00 rt 1.5.32.1: #i54170# Change license header: remove SISSL
2005-03-29INTEGRATION: CWS qadev22 (1.6.6); FILE MERGEDRüdiger Timm
2005/03/17 13:01:24 cn 1.6.6.1: #i45289# change fireEvent() method: inster a new Layer insted of a new DrawPage