/** Tests writer schema registration with no reader schema, ie. no constraint. */
@Test
public void testNoReaderSchema() throws Exception {
final Kiji kiji = getKiji();
kiji.createTable(KijiTableLayouts.getLayout(LAYOUT_DEVELOPER));
final KijiTable table = kiji.openTable("dev");
try {
final EntityId eid = table.getEntityId("row");
final KijiTableWriter writer = table.getWriterFactory().openTableWriter();
try {
// Registers writer schema 'long':