aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-10-02 04:54:34 +0000
committerArtur Signell <artur.signell@itmill.com>2009-10-02 04:54:34 +0000
commit6c194696a6f1eb5c2d7af4bc3048fc91db5f28a2 (patch)
tree902f46e0e61280ece2b1318d3bcc2f1f3e8d7ee2 /src/com
parent5c04f539900ed599b4fc9bb3c363ab5241c1f88b (diff)
downloadvaadin-framework-6c194696a6f1eb5c2d7af4bc3048fc91db5f28a2.tar.gz
vaadin-framework-6c194696a6f1eb5c2d7af4bc3048fc91db5f28a2.zip
Fixed UUID to be more tester friendly
svn changeset:9019/svn branch:6.1
Diffstat (limited to 'src/com')
-rw-r--r--src/com/vaadin/demo/sampler/features/form/FormPojoExample.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/demo/sampler/features/form/FormPojoExample.java b/src/com/vaadin/demo/sampler/features/form/FormPojoExample.java
index 3ee7d60b12..e7e83c9c40 100644
--- a/src/com/vaadin/demo/sampler/features/form/FormPojoExample.java
+++ b/src/com/vaadin/demo/sampler/features/form/FormPojoExample.java
@@ -165,7 +165,7 @@ public class FormPojoExample extends VerticalLayout {
private String countryCode = "";
public Person() {
- uuid = UUID.randomUUID();
+ uuid = UUID.fromString("3856c3da-ea56-4717-9f58-85f6c5f560a5");
}
public String getFirstName() {