From: Artur Signell Date: Fri, 2 Oct 2009 04:54:34 +0000 (+0000) Subject: Fixed UUID to be more tester friendly X-Git-Tag: 6.7.0.beta1~2454^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6c194696a6f1eb5c2d7af4bc3048fc91db5f28a2;p=vaadin-framework.git Fixed UUID to be more tester friendly svn changeset:9019/svn branch:6.1 --- 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() {