EntryID : fix test definition to account for the changed ID format

The format of the string representation of EntryID was altered
with the switch to our 'generic ID functions' in 1898d9
This commit is contained in:
Fischlurch 2015-08-15 05:40:14 +02:00
parent 150fdea7a0
commit 1082196906

View file

@ -34,14 +34,14 @@ END
TEST "plain entry-ID" EntryID_test <<END TEST "plain entry-ID" EntryID_test <<END
out: ID<..proc.asset.+Dummy.>-..proc.asset.+Dummy.\.001 out-lit: ID<Dummy>-Dummy.001
out: ID<..proc.asset.+Dummy.>-strange out-lit: ID<Dummy>-strange
out: ID<..proc.asset.+Dummy.>-..proc.asset.+Dummy.\.002 out-lit: ID<Dummy>-Dummy.002
out: ID<fork>-fork\.001 out-lit: ID<Fork>-Fork.001
out: ID<fork>-fork\.002 out-lit: ID<Fork>-Fork.002
out: ID<fork>-special out-lit: ID<Fork>-special
out: sizeof\( ..proc.asset.+EntryID.+mobject.+session.+Fork.+ \) = out: sizeof\( ..lib.idi.EntryID.+mobject.+session.+Fork.+ \) =
out: sizeof\( ..proc.asset.+BareEntryID. \) = out: sizeof\( ..lib.idi.+BareEntryID. \) =
return: 0 return: 0
END END