Changeset 1646 for branches/3.0-Beta2/components/client/test/ome/adapters/pojos/itests/PojosServiceTest.java
- Timestamp:
- 06/18/07 20:10:31 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-Beta2/components/client/test/ome/adapters/pojos/itests/PojosServiceTest.java
r1607 r1646 341 341 } 342 342 343 @Test(groups = "EJBExceptions" )343 @Test(groups = "EJBExceptions", "ticket:735", "broken") 344 344 public void test_findContainerHierarchies() { 345 345 … … 357 357 // ok. 358 358 } 359 359 360 360 361 ids = new HashSet(data.getMax("Image.ids", 2));
