@Test
  @DataSet("/test/pack/data/greenvine/entity/dbo/StandFindDataSet.xml")
  public void testLoadStandByIdentity() throws Exception {

    Stand result = standDao.loadStand(StandTestUtils.getDefaultIdentity());
    Assert.assertNotNull(result);
    Assert.assertEquals("s", result.getDescription());
  }