[jugevents commit] r832 - in trunk/jugevents/src: main/java/it/jugpadova/po test/java/it/jugpadova/dao test/resource...

0 views
Skip to first unread message

codesite...@google.com

unread,
Oct 31, 2008, 1:38:36 AM10/31/08
to jugevent...@googlegroups.com
Author: enricogiurin
Date: Thu Oct 30 22:38:09 2008
New Revision: 832

Modified:
trunk/jugevents/src/main/java/it/jugpadova/po/SpeakerCoreAttributes.java
trunk/jugevents/src/test/java/it/jugpadova/dao/SpeakerDaoTest.java
trunk/jugevents/src/test/resources/fixtures/SpeakerCoreAttributes.yml

Log:
Added skypeId attribute to SpeakerCoreAttributes

Modified:
trunk/jugevents/src/main/java/it/jugpadova/po/SpeakerCoreAttributes.java
==============================================================================
---
trunk/jugevents/src/main/java/it/jugpadova/po/SpeakerCoreAttributes.java
(original)
+++
trunk/jugevents/src/main/java/it/jugpadova/po/SpeakerCoreAttributes.java
Thu Oct 30 22:38:09 2008
@@ -40,6 +40,13 @@
@Email
private String email;
private String url;
+ private String skypeId;
+ public String getSkypeId() {
+ return skypeId;
+ }
+ public void setSkypeId(String skypeId) {
+ this.skypeId = skypeId;
+ }
public String getFirstName() {
return firstName;
}

Modified: trunk/jugevents/src/test/java/it/jugpadova/dao/SpeakerDaoTest.java
==============================================================================
--- trunk/jugevents/src/test/java/it/jugpadova/dao/SpeakerDaoTest.java
(original)
+++ trunk/jugevents/src/test/java/it/jugpadova/dao/SpeakerDaoTest.java Thu
Oct 30 22:38:09 2008
@@ -50,6 +50,7 @@
assertTrue(speakers.contains(speakerEnrico));
assertEquals("enrico...@gmail.com",
speakerEnrico.getSpeakerCoreAttributes().getEmail());
assertEquals("http://benfante.blogspot.com/",
speakerLucio.getSpeakerCoreAttributes().getUrl());
+ assertEquals("benfante",
speakerLucio.getSpeakerCoreAttributes().getSkypeId());
}

}

Modified:
trunk/jugevents/src/test/resources/fixtures/SpeakerCoreAttributes.yml
==============================================================================
--- trunk/jugevents/src/test/resources/fixtures/SpeakerCoreAttributes.yml
(original)
+++ trunk/jugevents/src/test/resources/fixtures/SpeakerCoreAttributes.yml
Thu Oct 30 22:38:09 2008
@@ -3,10 +3,12 @@
lastName: Giurin
email: enrico...@gmail.com
url: http://enricogi.blogspot.com/
+ skypeId: enricogiurin

- &SpeakerCoreAttributes-LucioBenfante
firstName: Lucio
lastName: Benfante
email: lucio.b...@jugpadova.it
- url: http://benfante.blogspot.com/
+ url: http://benfante.blogspot.com/
+ skypeId: benfante

Reply all
Reply to author
Forward
0 new messages