aboutsummaryrefslogtreecommitdiffstats
path: root/tests/server-side/com/vaadin/data/util/sqlcontainer
Commit message (Collapse)AuthorAgeFilesLines
* Moved server tests from tests/server-side to server/tests/src (#9299)Artur Signell2012-08-3019-7767/+0
|
* Merged 6.8 branchJohn Ahlroos2012-08-202-28/+111
|\
| * #9145 Reviewed and committed Petri's patch with minor cleanup and clarificationsJohannes Dahlström2012-08-171-24/+107
| | | | | | | | svn changeset:24196/svn branch:6.8
| * Updated test to catch correct exception (#9147)Artur Signell2012-08-031-4/+4
| | | | | | | | | | | | The test now fails before the query can be executed when the query string is generated. svn changeset:24061/svn branch:6.8
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-233-0/+37
| |
* | Reformatted all source filesArtur Signell2012-04-164-23/+24
| |
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-101-3/+57
|\| | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTree.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/AbstractField.java
| * [merge from 6.7] Test for #8328Automerge2012-04-041-3/+57
| | | | | | | | svn changeset:23402/svn branch:6.8
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-313-2422/+2422
|\| | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-273-2422/+2422
| | | | | | | | svn changeset:22797/svn branch:6.7
* | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-111-1/+1
| | | | | | | | Eliminate some more warnings for use of raw types (Field, Property, Class), mostly by changing API method return types.
* | 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.
* Fixed a class path in a string that was left after fixing #7385Jonatan Kronqvist2011-10-041-5/+2
| | | | svn changeset:21552/svn branch:6.7
* #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-2919-0/+7560
svn changeset:21440/svn branch:6.7