*/
@DataProvider(name="acceptableValues")
public Object[][] createSyntaxTest() throws Exception
{
// some config object used later in the test
ConfigEntry strictConfig = new ConfigEntry(TestCaseUtils.makeEntry(
"dn: cn=Telephone Number,cn=Syntaxes,cn=config",
"objectClass: top",
"objectClass: ds-cfg-telephone-number-attribute-syntax",
"objectClass: ds-cfg-attribute-syntax",
"ds-cfg-strict-format: true",
"ds-cfg-enabled: true",
"ds-cfg-java-class: org.nasutekds.server.schema.TelephoneNumberSyntax",
"cn: Telephone Number"
), null);
ConfigEntry relaxedConfig = new ConfigEntry(TestCaseUtils.makeEntry(
"dn: cn=Telephone Number,cn=Syntaxes,cn=config",
"objectClass: top",
"objectClass: ds-cfg-telephone-number-attribute-syntax",
"objectClass: ds-cfg-attribute-syntax",
"ds-cfg-strict-format: false",