public void testStoreStandard() throws Exception {
StoreDescription desc = new StoreDescription();
desc.setStandard(true);
PrintWriter writer = new PrintWriter(new StringWriter());
StandardServer bean = new StandardServer();
new StoreAppender().printAttributes(writer, 0, true, bean, desc);
}