TestcaseRecordInputStream.confirmRecordEncoding(NameRecord.sid, data, data2);
}
public void testFormulaRelAbs_bug46174() {
// perhaps this testcase belongs on TestHSSFName
HSSFWorkbook wb = new HSSFWorkbook();
HSSFName name = wb.createName();
wb.createSheet("Sheet1");
name.setNameName("test");
name.setReference("Sheet1!$B$3");
if (name.getReference().equals("Sheet1!B3")) {
throw new AssertionFailedError("Identified bug 46174");