aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed HTTP 400 BAD REQUEST as it was unneeded (test server won't be ↵Andrew Azores2013-08-132-10/+0
| | | | checking anyway)
* Refactored TinyHttpdImpl. Changed constructor, reflect this in ↵Andrew Azores2013-08-124-151/+325
| | | | ServerLauncher. Unit tests moved out of ServerAccessTest into new TinyHttpdImplTest. New unit tests added.
* Fix many memory leaks due to utf8fromidentifier misuseAdam Domurad2013-07-302-2/+24
|
* tests/reproducers/simple/simpletest1/resources/favicon.ico: new file hould ↵Jiri Vanek2013-07-301-0/+0
| | | | | | be served by test server in reproducers run and so prevent FNF exception ChangeLog: fixed few entries below (added emty line between author and body)
* IcedTea-Web is now following XDG .config and .cache specification(RH947647)Jiri Vanek2013-07-185-29/+1119
|
* About dialogue made accessible from pluginJiri Vanek2013-07-171-3/+6
|
* JNLP file is now re-downloading only if is local and have href. Real couse ↵Jiri Vanek2013-06-244-3/+286
| | | | of PR1473
* Move 'get_scriptable_java_package_object' and 'get_scriptable_java_object' ↵Adam Domurad2013-06-211-18/+18
| | | | into their correct respective classes.
* More unit tests for scriptable object creation, destructionAdam Domurad2013-06-215-19/+146
|
* Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml filesJiri Vanek2013-06-217-151/+187
|
* Extract URL to file logic in TinyHttpdImpl.java, with unit testsAndrew Azores2013-06-182-4/+62
|
* Handled semicolon in internal server (with reproducers)Jiri Vanek2013-06-106-0/+272
|
* Made all tests running wit junit4.10 and higherJiri Vanek2013-06-061-2/+1
| | | | | * tests/junit-runner/CommandLine.java: (runMain) is no longer overriding and (runMainAndExit) is now calling System.exit rather then system.exit
* Silenced deployment.properties and zero size applet exceptions with testsJiri Vanek2013-06-064-1/+158
|
* Fix PR1465 - java.io.FileNotFoundException while trying to download a JAR fileAdam Domurad2013-06-052-3/+27
|
* Add NativeLibraryStorageTEstAdam Domurad2013-06-033-74/+333
|
* Extract NativeLibraryStorage class from JNLPClassLoaderAdam Domurad2013-06-031-14/+0
|
* Move inner test class MockedOneJarJNLPFile to top-level DummyJNLPFileWithJarAdam Domurad2013-05-292-51/+61
|
* Fixed possible deadlock for applet->js->applet call with testcaseJiri Vanek2013-05-203-0/+239
|
* Reproducer for PR854Adam Domurad2013-05-173-0/+194
|
* modification of JavawsAWTRobotUsageSample reproducericedtea-web-1.4-branchpointJana Fabrikova2013-05-022-0/+328
|
* change to the Makefile.am, all icons from reproducersJana Fabrikova2013-05-025-2/+364
|
* Introduce PluginPipeMock utility methods.Adam Domurad2013-05-022-57/+179
|
* MethodOverloadResolve array casting testsAdam Domurad2013-05-021-10/+77
|
* 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-026-46/+704
|/
* Renamed cz locales to be more generalJiri Vanek2013-05-022-3/+4
| | | | | netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties renamed to netx/net/sourceforge/jnlp/resources/Messages_cs.properties tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java and tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java adapted to new cz locales filename.
* modifying makefile for awtframework default iconJana Fabrikova2013-05-029-7/+607
|
* Add missing copyright headersAdam Domurad2013-04-303-0/+111
|
* 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
|
* Disabled accidentally enabled reprint of logs during locales testsJiri Vanek2013-04-291-1/+1
|
* 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
* Decode local-file URLs lenientlyAdam Domurad2013-04-261-2/+18
|
* Reverting accidentaly enabled logs reprintJiri Vanek2013-04-261-1/+1
|
* Added polish transaltion and tests to itJiri Vanek2013-04-263-4/+70
| | | | Also minor changes to En and De files
* Fixed regressed unittest and "cause", Fixed compilation under jdk6, Silenced ↵Jiri Vanek2013-04-266-132/+214
| | | | unittests
* Add accidentally not included filesAdam Domurad2013-04-253-0/+472
|
* Unit tests for AsyncCall test extensionAdam Domurad2013-04-251-0/+93
|
* Splashscreen now strip commit id from released versionsJiri Vanek2013-04-251-0/+18
|
* Add tests for newly added UrlUtils functionsAdam Domurad2013-04-231-1/+37
|
* Introduce more UrlUtils functions.Adam Domurad2013-04-231-4/+4
|
* Reproducer for URL parameters in document-base.Adam Domurad2013-04-233-0/+174
|
* Reproducer for incorrect AppContext context-classloaderAdam Domurad2013-04-235-0/+347
|
* JNLPClassLoader unit tests for file leaksAdam Domurad2013-04-231-0/+263
|
* Rewrite of MethodOverloadResolverAdam Domurad2013-04-231-0/+383
|