Correct the exception message

This commit is contained in:
Zafar Khaja 2013-03-30 17:30:23 +04:00
parent 223fcf97d0
commit 8c6b05f245

View File

@ -52,7 +52,7 @@ public class MetadataVersionTest {
} catch (Exception e) {
continue;
}
fail("Alpha-numeric version MUST consist of dot separated identifiers [0-9A-Za-z-]");
fail("Metadata version MUST consist of dot separated identifiers [0-9A-Za-z-]");
}
}