Author: tolusha
Date: 2011-11-25 07:38:43 -0500 (Fri, 25 Nov 2011)
New Revision: 5240
Modified:
core/trunk/exo.core.component.organization.tests/src/main/java/org/exoplatform/services/tck/organization/TestMembershipHandler.java
Log:
EXOJCR-1658: fix test
Modified:
core/trunk/exo.core.component.organization.tests/src/main/java/org/exoplatform/services/tck/organization/TestMembershipHandler.java
===================================================================
---
core/trunk/exo.core.component.organization.tests/src/main/java/org/exoplatform/services/tck/organization/TestMembershipHandler.java 2011-11-25
12:09:00 UTC (rev 5239)
+++
core/trunk/exo.core.component.organization.tests/src/main/java/org/exoplatform/services/tck/organization/TestMembershipHandler.java 2011-11-25
12:38:43 UTC (rev 5240)
@@ -410,7 +410,6 @@
assertEquals(currentUrer.getEmail(), u.getEmail());
assertEquals(currentUrer.getOrganizationId(), u.getOrganizationId());
assertEquals(currentUrer.getPassword(), u.getPassword());
- assertEquals(currentUrer.getCreatedDate().toString(),
u.getCreatedDate().toString());
}
// try to find users by not existed entries. We supposed to get empty list instead
of Exception
@@ -444,7 +443,6 @@
assertEquals(currentUrer.getEmail(), u.getEmail());
assertEquals(currentUrer.getOrganizationId(), u.getOrganizationId());
assertEquals(currentUrer.getPassword(), u.getPassword());
- assertEquals(currentUrer.getCreatedDate().toString(),
u.getCreatedDate().toString());
}
// try to find users by not existed entries. We supposed to get empty list instead
of Exception
Show replies by date