summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in public APILeif Åstrand2011-12-203-6/+6
|
* Make Root.init abstract, add non-abstract LegacyWindow and migrate testsLeif Åstrand2011-12-20247-596/+627
|
* Test for form with nested propertiesArtur Signell2011-12-192-0/+164
|
* Refactor #8068 to enable support for portletsLeif Åstrand2011-12-191-2/+3
|
* #8095 Use Bean Validation automatically in BeanFieldBinderArtur Signell2011-12-192-0/+263
|
* Removed executable flag that causes problems on WindowsArtur Signell2011-12-191-0/+0
|
* Class for creating a GraphViz chart for Vaadin component hierarchyArtur Signell2011-12-191-0/+149
|
* #8026 Removed deprecated API from TextFieldArtur Signell2011-12-198-285/+44
|
* Fix test broken by #8125 (remove auto-conversions from properties).Henri Sara2011-12-191-2/+2
|
* Remove conversions using String constructor from Properties (#8125).Henri Sara2011-12-182-10/+10
| | | | | ObjectProperty and MethodProperty no longer try to automatically convert values using a String constructor of the property type. Related fixes to tests.
* Test script for #8048Leif Åstrand2011-12-162-4/+79
|
* Test script for #8068Leif Åstrand2011-12-161-0/+37
|
* Fix method name typo (#8068)Leif Åstrand2011-12-161-1/+1
|
* Test for #7895 and #7896Leif Åstrand2011-12-162-0/+226
|
* #8093 Support JSR-303 Bean ValidationHenri Sara2011-12-162-0/+115
|
* Ensure the same locale is used for all browsersArtur Signell2011-12-161-0/+2
|
* Take into account that the date changesArtur Signell2011-12-162-3/+3
|
* Nicer toString()Artur Signell2011-12-161-0/+5
|
* #8094 Initial implementation of two phase commitArtur Signell2011-12-162-0/+255
|
* Fixed tests to use seconds resolutions instead of millisecondsArtur Signell2011-12-152-14/+11
|
* Test for #7894Leif Åstrand2011-12-152-0/+83
|
* Test script for theme loading (#7885)Leif Åstrand2011-12-151-0/+27
| | | | Widgetset loading can not be automatically tested as there is only one widgetset available in the testing environment
* Test script for #7882, #7883 and #7884Leif Åstrand2011-12-152-4/+45
|
* Ease migration by not requiring getTestDescription to be public (#8053)Leif Åstrand2011-12-151-1/+1
|
* Formatting cleanupLeif Åstrand2011-12-151-1/+2
|
* Updated test to use second resolution instead of millisecondArtur Signell2011-12-151-0/+2
|
* Set the date explicitly to avoid problems with hours/minutes/secondsArtur Signell2011-12-151-1/+1
|
* #8118 Don't test with millisecond resolutionArtur Signell2011-12-151-40/+6
|
* #8118 Removed test for millisecond resolutionArtur Signell2011-12-151-61/+0
|
* #8118 Fixed problem caused by removing millsecond supportArtur Signell2011-12-151-22/+12
|
* #8117 Fixed problem caused by changing default DateField resolutionArtur Signell2011-12-152-3/+6
|
* #8019/#8117/#6081 Cleaned up code and fixed issue where an invalidArtur Signell2011-12-152-0/+82
| | | | | string was interpreted as a valid date Also added test for the Resolution enum static methods
* Removed extra IntegerValidator for a field with an Integer property dataArtur Signell2011-12-152-4/+2
| | | | source. Corrected assertion in the test as converter throws the exception and not an IntegerValidator anymore
* Split array assertion method to separate util classArtur Signell2011-12-152-19/+26
|
* #8097 Root does not send resize eventsLeif Åstrand2011-12-153-22/+23
|
* Fix generics in a test.Henri Sara2011-12-151-2/+4
|
* #8110 Validation is now done on the converted valueArtur Signell2011-12-146-11/+310
| | | | | | | | Added type to AbstractValidator and automatic type checking so sub classes get the correct type automatically Added a RangeValidator that work with any type that is Comparable CompositeValidator no longer extends AbstractValidator as it does not validate in the same way as AbstractValidator does
* Fixed testArtur Signell2011-12-141-11/+2
|
* #8118 Remove support for millisecond resolutionArtur Signell2011-12-143-3/+0
|
* #8019 Changed DateField resolution to enumArtur Signell2011-12-143-32/+35
|
* Fix log component references in WindowClickEvents test.Henri Sara2011-12-131-77/+78
|
* Fix test TableClickValueChangeInteraction.Henri Sara2011-12-132-75/+73
|
* Fix test TableUndefinedSize.Henri Sara2011-12-131-4/+4
|
* Fix TableUndefinedSize test to add listeners after setting values.Henri Sara2011-12-131-4/+3
|
* Fix test class name in test bench test ValidationOfRequiredEmptyFields.Henri Sara2011-12-131-19/+19
|
* #8101/#8103 Javadoc for converters and converter factoryArtur Signell2011-12-121-1/+1
|
* Test for #8074Artur Signell2011-12-121-0/+25
|
* Improve #7930 (elimination of Validator.isValid()) based on review.Henri Sara2011-12-092-2/+2
|
* Removed dummy test fileArtur Signell2011-12-091-1/+0
|
* Resolve compile errors caused by merge of 6.8 branchLeif Åstrand2011-12-093-7/+7
|