aboutsummaryrefslogtreecommitdiffstats
path: root/tests/server-side/com/vaadin/data/util/sqlcontainer/SQLContainerTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server tests from tests/server-side to server/tests/src (#9299)Artur Signell2012-08-301-2458/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+33
|
* Partly eliminate the use of Property.toString().Henri Sara2011-11-071-1/+1
| | | | | | | | | | | | | | | | The toString() method should not be used on a property to get its value. Added getStringValue() to AbstractField, Label etc. Using them where applicable. Added comments to some problematic locations where Property.toString() is known to be used. AbstractField.toString() and Label.toString() still return the same values as before, but it will throw an exception in future revisions. Migration needed: Replace explicit and implicit uses of Property.toString() with use property.getValue() and its string representation. Alternatively, use AbstractProperty.getStringValue() and AbstractField.getStringValue() instead of Property.toString() during migration.
* #7697 Corrected test so it won't affect other testsArtur Signell2011-09-301-6/+13
| | | | svn changeset:21478/svn branch:6.7
* #7697 SQLContainer.containsId logs a ClassCastExceptionArtur Signell2011-09-301-0/+28
| | | | svn changeset:21463/svn branch:6.7
* Restructure test source directories and packages #7385Jonatan Kronqvist2011-09-291-0/+2390
svn changeset:21440/svn branch:6.7