summaryrefslogtreecommitdiff
path: root/src/connectors/JUTests/data/io/ldap/LDAPDataWriterTest.java
blob: 01a8af0b5eb519a952eddc8002e259712a170402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package data.io.ldap;

import static org.junit.Assert.*;

import org.junit.Test;

public class LDAPDataWriterTest {

	@Test
	public void test() {
		fail("Not yet implemented");
	}
	
	// TODO : test update() extensively : null, empty string, add/update/delete subcases...

}