aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-extensions/net/sourceforge/jnlp
Commit message (Collapse)AuthorAgeFilesLines
* singletons logic, logs and test cleanup/fixesJiri Vanek2013-12-201-27/+38
|
* unittests warning cleanup: fixed typechecks, rawtypes, redundant casts...Jiri Vanek2013-12-136-21/+19
| | | | | ScreenFinder fixed to work partially also in headless mode. After this clean up only "internal proprietary API and may be removed in a future release" warnings remain fro make check. Please keep itw in this way :)
* Added null check when getting manifest attributes for case of jar without ↵Jiri Vanek2013-11-271-2/+14
| | | | | | | | manifest * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getManifestAttribute) added check fo null manifest to prevent npe. * /tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java: added test for npe from getManifestAttribute * tests/test-extensions/net/sourceforge/jnlp/util/FileTestUtils.java: (createJarWithContents) enhanced to be able to create jar without manifest.
* Added test-extension to silence stdout/err of itw when run from junitJiri Vanek2013-11-131-0/+89
|
* Enabled access to manifests' attributes from JNLPFile class, implemented ↵Jiri Vanek2013-11-131-1/+7
| | | | http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#app_name
* Reproducer test cleanup to remove deprecation warnings and type checking ↵Andrew Azores2013-11-073-21/+11
| | | | | | | | | warnings. ServerAccess.ProcessResult removed and reference replaced with ProcessResult. junit.framework.assert replaced in favour of org.junit.Assert. Added parameterized typing to instantiation of several fields and local variables where the declaration was already parameterized.
* tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java: ↵Jiri Vanek2013-11-011-11/+51
| | | | | | added tests for custom attributes (getCustomAtributes), (getCustomAtributesEmpty) and test to ensure order during searching for attributes in manifests (checkOrderWhenReadingAttributes). tests/test-extensions/net/sourceforge/jnlp/mock/DummyJNLPFileWithJar.java: can now handle multiple source jars, and set main jar (new constructors), (jarFiles) and (jarDescs) redeclared to arrays.
* Introduced logging bottleneckJiri Vanek2013-09-251-10/+2
|
* Added new utility class for retrieving localized messages for reproducers.Andrew Azores2013-09-131-0/+81
|
* Removed HTTP 400 BAD REQUEST as it was unneeded (test server won't be ↵Andrew Azores2013-08-131-2/+0
| | | | checking anyway)
* Refactored TinyHttpdImpl. Changed constructor, reflect this in ↵Andrew Azores2013-08-122-86/+99
| | | | ServerLauncher. Unit tests moved out of ServerAccessTest into new TinyHttpdImplTest. New unit tests added.
* IcedTea-Web is now following XDG .config and .cache specification(RH947647)Jiri Vanek2013-07-182-27/+13
|
* JNLP file is now re-downloading only if is local and have href. Real couse ↵Jiri Vanek2013-06-241-3/+10
| | | | of PR1473
* Extract URL to file logic in TinyHttpdImpl.java, with unit testsAndrew Azores2013-06-181-4/+24
|
* Handled semicolon in internal server (with reproducers)Jiri Vanek2013-06-101-0/+24
|
* Add NativeLibraryStorageTEstAdam Domurad2013-06-031-0/+129
|
* Move inner test class MockedOneJarJNLPFile to top-level DummyJNLPFileWithJarAdam Domurad2013-05-291-0/+54
|
* Merge with: Fix for portalbank.no (trying get after failed head requests) ↵Jiri Vanek2013-05-021-13/+32
|\ | | | | | | and tests
| * refactoring of AWTHelper (class from AWTFramework)Jana Fabrikova2013-05-021-13/+32
| |
* | Fix for portalbank.no (trying get after failed head requests) and testsJiri Vanek2013-05-022-6/+41
|/
* modifying makefile for awtframework default iconJana Fabrikova2013-05-023-7/+14
|
* Modularised initialization of AwtHelper and improoved performance of ↵Jiri Vanek2013-04-293-19/+100
| | | | ImageSeeker. Added masking to ImageSeeker
* refactoring AWTFramework - iconPosition is of type PointJana Fabrikova2013-04-292-16/+18
|
* AWTFramework - fixing return values of searching methodsJana Fabrikova2013-04-293-17/+31
|
* adding awtframework (without reproducers)Jana Fabrikova2013-04-268-0/+1465
|
* Again, diabling accidentally enabled logs reprintJiri Vanek2013-04-261-1/+1
|
* removed whitespace following trailing backslashJiri Vanek2013-04-261-1/+1
| | | | | Makefile.am:370: whitespace following trailing backslash Makefile.am:371: whitespace following trailing backslash
* Reverting accidentaly enabled logs reprintJiri Vanek2013-04-261-1/+1
|
* Added polish transaltion and tests to itJiri Vanek2013-04-261-1/+1
| | | | Also minor changes to En and De files
* Fixed regressed unittest and "cause", Fixed compilation under jdk6, Silenced ↵Jiri Vanek2013-04-261-0/+77
| | | | unittests
* Add accidentally not included filesAdam Domurad2013-04-251-0/+102
|
* testing server allowed from makefileJiri Vanek2013-04-191-2/+4
| | | | | | | | | | | * Makefile.am: (stamps/netx-dist-tests-prepare-reproducers.stamp) added stamps/netx-dist.stamp stamps/plugin.stamp dependence (stamps/test-extensions-compile.stamp) added stamps/netx-dist.stamp stamps/plugin.stamp dependence (stamps/compile-reproducers-testcases.stamp) added stamps/plugin.stamp dependence (run-test-server-on-44321) new target, starts server in deploy dir, on port 44321 (run-test-server-on-random-port) new target, starts server in deploy dir, on random port * tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java: (main) added better access to random port
* Added various self-describing tests for codebaseJiri Vanek2013-04-171-3/+3
|
* Removed good --sm-client-disable switch. No longer supported by epiphany.Jiri Vanek2013-04-081-5/+2
|
* Modification of KnownToFail annotation (adding optional parameter failsIn)Jana Fabrikova2013-04-031-1/+7
|
* Support HEAD requests in reproducer system HTTP implementationAdam Domurad2013-02-141-1/+10
|
* Added test for hanging firefox by LaunchException and Improved ↵Jiri Vanek2013-02-131-1/+5
| | | | AddShutdownHookTest
* Logging methods made synchronizedJiri Vanek2013-01-091-9/+14
|
* Added and applied Remote annotation, added Remote tests.Jiri Vanek2012-12-201-0/+52
|
* additions to test-extensions needed for the new AWTFrameworkJana Fabrikova2012-12-182-4/+56
|
* Fixed logging bottleneckJiri Vanek2012-12-032-4/+43
| | | | | Xml logging is now filtering not-unicode characters. Logging have more propper test-method recognition
* Added browser softkiller and related Makefile.Pavel Tisnovsky2012-12-031-1/+1
|
* Fixed epiphany switchJiri Vanek2012-11-271-1/+1
| | | | * tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java: -new-tab fixed to --new-tab
* Firefox session-backup and stubs for softkiller, multiple listeners,Jiri Vanek2012-11-2312-122/+694
| | | | processes handling moved to separate class.
* Added clipboard reproducers (PR708)Jiri Vanek2012-10-263-0/+243
|
* Major rework of JarCertVerifier certificate management.Danesh Dadachanji2012-10-221-0/+145
| | | | | | This is a long-planned rework of JarCertVerifier, allowing it to handle multiple certificates. The algorithms used to verify jars with multiple certificates vary between JNLPs and Applets.
* Fixed missing package declarationAdam Domurad2012-09-261-1/+1
|
* Added rules listenersJiri Vanek2012-09-254-0/+398
|
* Added basic ClosingLIstener support, implementation and exampleJiri Vanek2012-09-248-1/+362
|
* Fixing several typos from previous push.Jiri Vanek2012-09-062-3/+3
|