Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-11-07Bug 552792 - [metatype] Persistence StackOverflowError when readingY20191112-0030I20191119-1800I20191119-1250I20191119-1235I20191119-1215I20191119-1155I20191119-0850I20191119-0725I20191119-0510I20191119-0315I20191119-0020I20191118-2230I20191118-1800I20191118-0600I20191117-1800I20191117-0600I20191116-1800I20191116-0600I20191115-1800I20191114-1800I20191114-0410I20191113-2315I20191113-1800I20191112-1800I20191111-1800I20191111-0920I20191111-0655I20191111-0435I20191111-0145I20191110-1800I20191109-1800I20191109-0650I20191109-0330I20191108-1800I20191107-1800Thomas Watson1-1/+1
Double Added tests and also fixed support for BigInteger/BigDecimal Change-Id: I4e81901c91e3d507029a3574718bed5bc9b33eeb Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-08-21Bug 535802 - EPL-2.0 for test plug-ins in equinox.bundlesLars Vogel1-3/+6
Script used for this update: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: Ic7f08fb455a59bd95565a5080d5e6a6dec7965ba Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-04-25Bug 490273 - Move tests to JUnit 4Sopot Cela1-18/+6
Port of compendium tests. Change-Id: Ic717815ca668f5e7309285dadc6706954315afd0 Signed-off-by: Sopot Cela <scela@redhat.com>
2015-12-03Bug 483616 - The metatype implementation does not allow OCDs with no ADsThomas Watson1-0/+1
2013-01-23[Bug 395196] Add test for reject default value when not one of the options.John Ross1-0/+1
2011-11-21Bug 349189: New icon tests to ensure proper icon size is returned.John Ross1-0/+1
2011-11-18Bug 349189: New tests for AttributeDefinition.getDefaultValue.John Ross1-0/+1
2011-11-18Bug 363374: New test for unresolved bundle.John Ross1-0/+1
2011-09-27Bug 358969: New test to ensure properties files can be located and used in ↵John Ross1-0/+1
resource bundles.
2011-07-25Bug 349711 - [metatype] Improve metatype implementation in equinox tov20110726-1503v20110725-1610jwross1-0/+1
allow better use of schema extensions Initial tests.
2011-03-25Bug 340899 - Metatype service implementation ignores Bundle-Localization ↵Thomas Watson1-0/+1
manifest header.
2011-03-18Bug 332161 - MetaType service trims whitespace from arguments passed to ↵Thomas Watson1-0/+1
AttributeDefinition.validate(String).
2011-03-15Bug 334642 - [metatype] Parsing of metafile without default value failsThomas Watson1-1/+3
2010-11-19Bug 330148 - MetaType service ignores min and max restrictions for STRING ↵Thomas Watson1-0/+22
and PASSWORD when specified independently.

    Back to the top