GP-0 10.4 - update test data

This commit is contained in:
James 2023-09-19 15:27:35 +00:00
parent f030ecb874
commit 1ae88f6a1d

View File

@ -96,7 +96,7 @@ public class EolCommentFieldFactoryTest extends AbstractGhidraHeadedIntegrationT
// check existing auto comment
ListingTextField tf = getFieldText(addr("0x01002265"));
assertEquals(1, tf.getNumRows());
assertThat(tf.getText(), startsWith("= 01h"));
assertThat(tf.getText(), startsWith("= 00000001h"));
// set repeatable comment at destination
Address destination = addr("0x01002265");