Skip to content

Commit

Permalink
TEIID-4076 updating for the additional property
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Mar 17, 2016
1 parent b1c01e2 commit 3802e07
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -211,7 +211,7 @@ public void testTraslators() throws Exception {
@Test
public void testTraslatorProperties() throws Exception {
Collection<? extends PropertyDefinition> props = admin.getTranslatorPropertyDefinitions("accumulo", TranlatorPropertyType.OVERRIDE);
assertEquals(19, props.size());
assertEquals(20, props.size());

props = admin.getTranslatorPropertyDefinitions("accumulo", TranlatorPropertyType.EXTENSION_METADATA);
assertEquals(3, props.size());
Expand Down

0 comments on commit 3802e07

Please sign in to comment.