Project

General

Profile

« Previous | Next » 

Revision 64c991e6

Added by Andreas Müller over 2 years ago

add javadoc and cleanup

View differences:

cdmlib-test/src/main/java/eu/etaxonomy/cdm/test/integration/CdmIntegrationTest.java
133 133
        return connection;
134 134
    }
135 135

  
136
//  @SpringBeanByType
137
//  private IAgentDao agentDao;
138
//
139
//  @Before
140
//  public void debugExistingUsers(){
141
//      StringBuilder agentstr = new StringBuilder();
142
//      for(AgentBase agent : agentDao.list(null, null)) {
143
//          agentstr.append(agent.getId()).append(", ");
144
//      }
145
//      System.err.println("####" +  agentstr);
146
//  }
147

  
148 136
    /**
149 137
     * How to use:
150 138
     * <ol>

Also available in: Unified diff