t\01-Note.t ....... 
1..9
ok 1 - An object of class 'TBX::Min::Note' isa 'TBX::Min::Note'
ok 2 - noteKey not defined by default
ok 3 - noteValue not defined by default
ok 4 - correct noteKey from constructor
ok 5 - correct noteValue from constructor
ok 6 - noteKey correctly set
ok 7 - noteValue correctly set
ok 8 - constructor fails with bad arguments
ok 9 - no warnings
ok
t\02-NoteGrp.t .... 
1..7
ok 1 - An object of class 'TBX::Min::NoteGrp' isa 'TBX::Min::NoteGrp'
ok 2 - no notes by default
ok 3 - correct notes from constructor
ok 4 - note correctly added
ok 5 - constructor fails with bad arguments
ok 6 - constructor fails with incorrect data type for notes
ok 7 - no warnings
ok
t\03-TIG.t ........ 
1..31
ok 1 - An object of class 'TBX::Min::TIG' isa 'TBX::Min::TIG'
ok 2 - term not defined by default
ok 3 - part_of_speech not defined by default
ok 4 - no note groups by default
ok 5 - customer not defined by default
ok 6 - status not defined by default
ok 7 - correct term from constructor
ok 8 - correct part_of_speech from constructor
ok 9 - correct note groups from constructor
ok 10 - correct customer from constructor
ok 11 - correct status from constructor
ok 12 - term correctly set
ok 13 - part_of_speech correctly set
ok 14 - note correctly set
ok 15 - customer correctly set
ok 16 - status correctly set
    # Subtest: noun is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 17 - noun is a legal part_of_speech value
    # Subtest: properNoun is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 18 - properNoun is a legal part_of_speech value
    # Subtest: verb is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 19 - verb is a legal part_of_speech value
    # Subtest: adjective is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 20 - adjective is a legal part_of_speech value
    # Subtest: adverb is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 21 - adverb is a legal part_of_speech value
    # Subtest: other is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 22 - other is a legal part_of_speech value
    # Subtest: foo is not a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 23 - foo is not a legal part_of_speech value
    # Subtest: admitted is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 24 - admitted is a legal status value
    # Subtest: preferred is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 25 - preferred is a legal status value
    # Subtest: notRecommended is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 26 - notRecommended is a legal status value
    # Subtest: obsolete is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 27 - obsolete is a legal status value
    # Subtest: foo is not a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 28 - foo is not a legal status value
ok 29 - constructor fails with bad arguments
ok 30 - constructor fails with incorrect data type for note_groups
ok 31 - no warnings
ok
t\04-LangSet.t .... 
1..10
ok 1 - An object of class 'TBX::Min::LangSet' isa 'TBX::Min::LangSet'
ok 2 - language not defined by default
ok 3 - term_groups returns empty array by default
ok 4 - correct language code from constructor
ok 5 - correct term groups from constructor
ok 6 - code correctly set
ok 7 - add_term_group works correctly
ok 8 - constructor fails with bad arguments
ok 9 - constructor fails with incorrect data type for term_groups
ok 10 - no warnings
ok
t\05-TermEntry.t .. 
1..13
ok 1 - An object of class 'TBX::Min::TermEntry' isa 'TBX::Min::TermEntry'
ok 2 - id not defined by default
ok 3 - subject_field not defined by default
ok 4 - lang_groups returns empty array by default
ok 5 - correct id from constructor
ok 6 - correct subject_field from constructor
ok 7 - correct term groups from constructor
ok 8 - id correctly set
ok 9 - subject_field correctly set
ok 10 - add_lang_group works correctly
ok 11 - constructor fails with bad arguments
ok 12 - constructor fails with incorrect data type for lang_groups
ok 13 - no warnings
ok
t\06-Min.t ........ 
1..36
ok 1 - An object of class 'TBX::Min' isa 'TBX::Min'
ok 2 - id not defined by default
ok 3 - description not defined by default
ok 4 - date_created not defined by default
ok 5 - creator not defined by default
ok 6 - license not defined by default
ok 7 - directionality not defined by default
ok 8 - source_lang not defined by default
ok 9 - target_lang not defined by default
ok 10 - entries returns empty array by default
ok 11 - correct id from constructor
ok 12 - correct description from constructor
ok 13 - correct date_created from constructor
ok 14 - correct creator from constructor
ok 15 - correct license from constructor
ok 16 - correct directionality from constructor
ok 17 - correct source_lang from constructor
ok 18 - correct target_lang from constructor
ok 19 - correct entries from constructor
ok 20 - id correctly set
ok 21 - description correctly set
ok 22 - date_created correctly set
ok 23 - creator correctly set
ok 24 - license correctly set
ok 25 - directionality correctly set
ok 26 - source_lang correctly set
ok 27 - target_lang correctly set
ok 28 - add_entries works correctly
ok 29 - exception thrown for bad date
    # Subtest: monodirectional is a valid directionality value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 30 - monodirectional is a valid directionality value
    # Subtest: bidirectional is a valid directionality value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 31 - bidirectional is a valid directionality value
    # Subtest: foo is not a legal directionality value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 32 - foo is not a legal directionality value
    # Subtest: TBX::Min imports constituent modules
    1..5
    ok 1 - TBX::Min::Note
    ok 2 - TBX::Min::NoteGrp
    ok 3 - TBX::Min::TIG
    ok 4 - TBX::Min::LangSet
    ok 5 - TBX::Min::TermEntry
ok 33 - TBX::Min imports constituent modules
ok 34 - constructor fails with bad arguments
ok 35 - constructor fails with incorrect data type for entries
ok 36 - no warnings
ok
t\07-read_xml.t ... 
1..47
# reading XML file
ok 1 - An object of class 'TBX::Min' isa 'TBX::Min'
ok 2 - correct id
ok 3 - correct creator
ok 4 - correct license
ok 5 - correct directionality
ok 6 - correct source language
ok 7 - correct target language
ok 8 - found three entries
ok 9 - An object of class 'TBX::Min::TermEntry' isa 'TBX::Min::TermEntry'
ok 10 - correct concept ID
ok 11 - correct concept subject field
ok 12 - found two languages
ok 13 - An object of class 'TBX::Min::LangSet' isa 'TBX::Min::LangSet'
ok 14 - language is English
ok 15 - found two terms
ok 16 - An object of class 'TBX::Min::TIG' isa 'TBX::Min::TIG'
ok 17 - correct term text
ok 18 - correct part of speech
ok 19 - correct status
ok 20 - correct customer
ok 21 - correct note key
ok 22 - correct note value
# reading XML string
ok 23 - An object of class 'TBX::Min' isa 'TBX::Min'
ok 24 - correct id
ok 25 - correct creator
ok 26 - correct license
ok 27 - correct directionality
ok 28 - correct source language
ok 29 - correct target language
ok 30 - found three entries
ok 31 - An object of class 'TBX::Min::TermEntry' isa 'TBX::Min::TermEntry'
ok 32 - correct concept ID
ok 33 - correct concept subject field
ok 34 - found two languages
ok 35 - An object of class 'TBX::Min::LangSet' isa 'TBX::Min::LangSet'
ok 36 - language is English
ok 37 - found two terms
ok 38 - An object of class 'TBX::Min::TIG' isa 'TBX::Min::TIG'
ok 39 - correct term text
ok 40 - correct part of speech
ok 41 - correct status
ok 42 - correct customer
ok 43 - correct note key
ok 44 - correct note value
ok 45 - entries returns [] by default
    # Subtest: die on bad dialect
    1..2
    ok 1 - incorrect dialect
    ok 2 - incorrect dialect
ok 46 - die on bad dialect
ok 47 - no warnings
ok
t\08-write_xml.t .. 
1..2
ok 1 - TBX input and output match
ok 2 - no warnings
ok
All tests successful.
Files=8, Tests=155,  4 wallclock secs ( 0.08 usr +  0.03 sys =  0.11 CPU)
Result: PASS
t\01-Note.t ....... 
1..9
ok 1 - An object of class 'TBX::Min::Note' isa 'TBX::Min::Note'
ok 2 - noteKey not defined by default
ok 3 - noteValue not defined by default
ok 4 - correct noteKey from constructor
ok 5 - correct noteValue from constructor
ok 6 - noteKey correctly set
ok 7 - noteValue correctly set
ok 8 - constructor fails with bad arguments
ok 9 - no warnings
ok
t\02-NoteGrp.t .... 
1..7
ok 1 - An object of class 'TBX::Min::NoteGrp' isa 'TBX::Min::NoteGrp'
ok 2 - no notes by default
ok 3 - correct notes from constructor
ok 4 - note correctly added
ok 5 - constructor fails with bad arguments
ok 6 - constructor fails with incorrect data type for notes
ok 7 - no warnings
ok
t\03-TIG.t ........ 
1..31
ok 1 - An object of class 'TBX::Min::TIG' isa 'TBX::Min::TIG'
ok 2 - term not defined by default
ok 3 - part_of_speech not defined by default
ok 4 - no note groups by default
ok 5 - customer not defined by default
ok 6 - status not defined by default
ok 7 - correct term from constructor
ok 8 - correct part_of_speech from constructor
ok 9 - correct note groups from constructor
ok 10 - correct customer from constructor
ok 11 - correct status from constructor
ok 12 - term correctly set
ok 13 - part_of_speech correctly set
ok 14 - note correctly set
ok 15 - customer correctly set
ok 16 - status correctly set
    # Subtest: noun is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 17 - noun is a legal part_of_speech value
    # Subtest: properNoun is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 18 - properNoun is a legal part_of_speech value
    # Subtest: verb is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 19 - verb is a legal part_of_speech value
    # Subtest: adjective is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 20 - adjective is a legal part_of_speech value
    # Subtest: adverb is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 21 - adverb is a legal part_of_speech value
    # Subtest: other is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 22 - other is a legal part_of_speech value
    # Subtest: foo is not a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 23 - foo is not a legal part_of_speech value
    # Subtest: admitted is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 24 - admitted is a legal status value
    # Subtest: preferred is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 25 - preferred is a legal status value
    # Subtest: notRecommended is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 26 - notRecommended is a legal status value
    # Subtest: obsolete is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 27 - obsolete is a legal status value
    # Subtest: foo is not a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 28 - foo is not a legal status value
ok 29 - constructor fails with bad arguments
ok 30 - constructor fails with incorrect data type for note_groups
ok 31 - no warnings
ok
t\04-LangSet.t .... 
1..10
ok 1 - An object of class 'TBX::Min::LangSet' isa 'TBX::Min::LangSet'
ok 2 - language not defined by default
ok 3 - term_groups returns empty array by default
ok 4 - correct language code from constructor
ok 5 - correct term groups from constructor
ok 6 - code correctly set
ok 7 - add_term_group works correctly
ok 8 - constructor fails with bad arguments
ok 9 - constructor fails with incorrect data type for term_groups
ok 10 - no warnings
ok
t\05-TermEntry.t .. 
1..13
ok 1 - An object of class 'TBX::Min::TermEntry' isa 'TBX::Min::TermEntry'
ok 2 - id not defined by default
ok 3 - subject_field not defined by default
ok 4 - lang_groups returns empty array by default
ok 5 - correct id from constructor
ok 6 - correct subject_field from constructor
ok 7 - correct term groups from constructor
ok 8 - id correctly set
ok 9 - subject_field correctly set
ok 10 - add_lang_group works correctly
ok 11 - constructor fails with bad arguments
ok 12 - constructor fails with incorrect data type for lang_groups
ok 13 - no warnings
ok
t\06-Min.t ........ 
1..36
ok 1 - An object of class 'TBX::Min' isa 'TBX::Min'
ok 2 - id not defined by default
ok 3 - description not defined by default
ok 4 - date_created not defined by default
ok 5 - creator not defined by default
ok 6 - license not defined by default
ok 7 - directionality not defined by default
ok 8 - source_lang not defined by default
ok 9 - target_lang not defined by default
ok 10 - entries returns empty array by default
ok 11 - correct id from constructor
ok 12 - correct description from constructor
ok 13 - correct date_created from constructor
ok 14 - correct creator from constructor
ok 15 - correct license from constructor
ok 16 - correct directionality from constructor
ok 17 - correct source_lang from constructor
ok 18 - correct target_lang from constructor
ok 19 - correct entries from constructor
ok 20 - id correctly set
ok 21 - description correctly set
ok 22 - date_created correctly set
ok 23 - creator correctly set
ok 24 - license correctly set
ok 25 - directionality correctly set
ok 26 - source_lang correctly set
ok 27 - target_lang correctly set
ok 28 - add_entries works correctly
ok 29 - exception thrown for bad date
    # Subtest: monodirectional is a valid directionality value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 30 - monodirectional is a valid directionality value
    # Subtest: bidirectional is a valid directionality value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 31 - bidirectional is a valid directionality value
    # Subtest: foo is not a legal directionality value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 32 - foo is not a legal directionality value
    # Subtest: TBX::Min imports constituent modules
    1..5
    ok 1 - TBX::Min::Note
    ok 2 - TBX::Min::NoteGrp
    ok 3 - TBX::Min::TIG
    ok 4 - TBX::Min::LangSet
    ok 5 - TBX::Min::TermEntry
ok 33 - TBX::Min imports constituent modules
ok 34 - constructor fails with bad arguments
ok 35 - constructor fails with incorrect data type for entries
ok 36 - no warnings
ok
t\07-read_xml.t ... 
1..47
# reading XML file
ok 1 - An object of class 'TBX::Min' isa 'TBX::Min'
ok 2 - correct id
ok 3 - correct creator
ok 4 - correct license
ok 5 - correct directionality
ok 6 - correct source language
ok 7 - correct target language
ok 8 - found three entries
ok 9 - An object of class 'TBX::Min::TermEntry' isa 'TBX::Min::TermEntry'
ok 10 - correct concept ID
ok 11 - correct concept subject field
ok 12 - found two languages
ok 13 - An object of class 'TBX::Min::LangSet' isa 'TBX::Min::LangSet'
ok 14 - language is English
ok 15 - found two terms
ok 16 - An object of class 'TBX::Min::TIG' isa 'TBX::Min::TIG'
ok 17 - correct term text
ok 18 - correct part of speech
ok 19 - correct status
ok 20 - correct customer
ok 21 - correct note key
ok 22 - correct note value
# reading XML string
ok 23 - An object of class 'TBX::Min' isa 'TBX::Min'
ok 24 - correct id
ok 25 - correct creator
ok 26 - correct license
ok 27 - correct directionality
ok 28 - correct source language
ok 29 - correct target language
ok 30 - found three entries
ok 31 - An object of class 'TBX::Min::TermEntry' isa 'TBX::Min::TermEntry'
ok 32 - correct concept ID
ok 33 - correct concept subject field
ok 34 - found two languages
ok 35 - An object of class 'TBX::Min::LangSet' isa 'TBX::Min::LangSet'
ok 36 - language is English
ok 37 - found two terms
ok 38 - An object of class 'TBX::Min::TIG' isa 'TBX::Min::TIG'
ok 39 - correct term text
ok 40 - correct part of speech
ok 41 - correct status
ok 42 - correct customer
ok 43 - correct note key
ok 44 - correct note value
ok 45 - entries returns [] by default
    # Subtest: die on bad dialect
    1..2
    ok 1 - incorrect dialect
    ok 2 - incorrect dialect
ok 46 - die on bad dialect
ok 47 - no warnings
ok
t\08-write_xml.t .. 
1..2
ok 1 - TBX input and output match
ok 2 - no warnings
ok
All tests successful.
Files=8, Tests=155,  4 wallclock secs ( 0.08 usr +  0.03 sys =  0.11 CPU)
Result: PASS
t\01-Note.t ....... 
1..9
ok 1 - An object of class 'TBX::Min::Note' isa 'TBX::Min::Note'
ok 2 - noteKey not defined by default
ok 3 - noteValue not defined by default
ok 4 - correct noteKey from constructor
ok 5 - correct noteValue from constructor
ok 6 - noteKey correctly set
ok 7 - noteValue correctly set
ok 8 - constructor fails with bad arguments
ok 9 - no warnings
ok
t\02-NoteGrp.t .... 
1..7
ok 1 - An object of class 'TBX::Min::NoteGrp' isa 'TBX::Min::NoteGrp'
ok 2 - no notes by default
ok 3 - correct notes from constructor
ok 4 - note correctly added
ok 5 - constructor fails with bad arguments
ok 6 - constructor fails with incorrect data type for notes
ok 7 - no warnings
ok
t\03-TIG.t ........ 
1..31
ok 1 - An object of class 'TBX::Min::TIG' isa 'TBX::Min::TIG'
ok 2 - term not defined by default
ok 3 - part_of_speech not defined by default
ok 4 - no note groups by default
ok 5 - customer not defined by default
ok 6 - status not defined by default
ok 7 - correct term from constructor
ok 8 - correct part_of_speech from constructor
ok 9 - correct note groups from constructor
ok 10 - correct customer from constructor
ok 11 - correct status from constructor
ok 12 - term correctly set
ok 13 - part_of_speech correctly set
ok 14 - note correctly set
ok 15 - customer correctly set
ok 16 - status correctly set
    # Subtest: noun is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 17 - noun is a legal part_of_speech value
    # Subtest: properNoun is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 18 - properNoun is a legal part_of_speech value
    # Subtest: verb is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 19 - verb is a legal part_of_speech value
    # Subtest: adjective is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 20 - adjective is a legal part_of_speech value
    # Subtest: adverb is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 21 - adverb is a legal part_of_speech value
    # Subtest: other is a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 22 - other is a legal part_of_speech value
    # Subtest: foo is not a legal part_of_speech value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 23 - foo is not a legal part_of_speech value
    # Subtest: admitted is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 24 - admitted is a legal status value
    # Subtest: preferred is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 25 - preferred is a legal status value
    # Subtest: notRecommended is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 26 - notRecommended is a legal status value
    # Subtest: obsolete is a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 27 - obsolete is a legal status value
    # Subtest: foo is not a legal status value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 28 - foo is not a legal status value
ok 29 - constructor fails with bad arguments
ok 30 - constructor fails with incorrect data type for note_groups
ok 31 - no warnings
ok
t\04-LangSet.t .... 
1..10
ok 1 - An object of class 'TBX::Min::LangSet' isa 'TBX::Min::LangSet'
ok 2 - language not defined by default
ok 3 - term_groups returns empty array by default
ok 4 - correct language code from constructor
ok 5 - correct term groups from constructor
ok 6 - code correctly set
ok 7 - add_term_group works correctly
ok 8 - constructor fails with bad arguments
ok 9 - constructor fails with incorrect data type for term_groups
ok 10 - no warnings
ok
t\05-TermEntry.t .. 
1..13
ok 1 - An object of class 'TBX::Min::TermEntry' isa 'TBX::Min::TermEntry'
ok 2 - id not defined by default
ok 3 - subject_field not defined by default
ok 4 - lang_groups returns empty array by default
ok 5 - correct id from constructor
ok 6 - correct subject_field from constructor
ok 7 - correct term groups from constructor
ok 8 - id correctly set
ok 9 - subject_field correctly set
ok 10 - add_lang_group works correctly
ok 11 - constructor fails with bad arguments
ok 12 - constructor fails with incorrect data type for lang_groups
ok 13 - no warnings
ok
t\06-Min.t ........ 
1..36
ok 1 - An object of class 'TBX::Min' isa 'TBX::Min'
ok 2 - id not defined by default
ok 3 - description not defined by default
ok 4 - date_created not defined by default
ok 5 - creator not defined by default
ok 6 - license not defined by default
ok 7 - directionality not defined by default
ok 8 - source_lang not defined by default
ok 9 - target_lang not defined by default
ok 10 - entries returns empty array by default
ok 11 - correct id from constructor
ok 12 - correct description from constructor
ok 13 - correct date_created from constructor
ok 14 - correct creator from constructor
ok 15 - correct license from constructor
ok 16 - correct directionality from constructor
ok 17 - correct source_lang from constructor
ok 18 - correct target_lang from constructor
ok 19 - correct entries from constructor
ok 20 - id correctly set
ok 21 - description correctly set
ok 22 - date_created correctly set
ok 23 - creator correctly set
ok 24 - license correctly set
ok 25 - directionality correctly set
ok 26 - source_lang correctly set
ok 27 - target_lang correctly set
ok 28 - add_entries works correctly
ok 29 - exception thrown for bad date
    # Subtest: monodirectional is a valid directionality value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 30 - monodirectional is a valid directionality value
    # Subtest: bidirectional is a valid directionality value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 31 - bidirectional is a valid directionality value
    # Subtest: foo is not a legal directionality value
    1..2
    ok 1 - constructor
    ok 2 - accessor
ok 32 - foo is not a legal directionality value
    # Subtest: TBX::Min imports constituent modules
    1..5
    ok 1 - TBX::Min::Note
    ok 2 - TBX::Min::NoteGrp
    ok 3 - TBX::Min::TIG
    ok 4 - TBX::Min::LangSet
    ok 5 - TBX::Min::TermEntry
ok 33 - TBX::Min imports constituent modules
ok 34 - constructor fails with bad arguments
ok 35 - constructor fails with incorrect data type for entries
ok 36 - no warnings
ok
t\07-read_xml.t ... 
1..47
# reading XML file
ok 1 - An object of class 'TBX::Min' isa 'TBX::Min'
ok 2 - correct id
ok 3 - correct creator
ok 4 - correct license
ok 5 - correct directionality
ok 6 - correct source language
ok 7 - correct target language
ok 8 - found three entries
ok 9 - An object of class 'TBX::Min::TermEntry' isa 'TBX::Min::TermEntry'
ok 10 - correct concept ID
ok 11 - correct concept subject field
ok 12 - found two languages
ok 13 - An object of class 'TBX::Min::LangSet' isa 'TBX::Min::LangSet'
ok 14 - language is English
ok 15 - found two terms
ok 16 - An object of class 'TBX::Min::TIG' isa 'TBX::Min::TIG'
ok 17 - correct term text
ok 18 - correct part of speech
ok 19 - correct status
ok 20 - correct customer
ok 21 - correct note key
ok 22 - correct note value
# reading XML string
ok 23 - An object of class 'TBX::Min' isa 'TBX::Min'
ok 24 - correct id
ok 25 - correct creator
ok 26 - correct license
ok 27 - correct directionality
ok 28 - correct source language
ok 29 - correct target language
ok 30 - found three entries
ok 31 - An object of class 'TBX::Min::TermEntry' isa 'TBX::Min::TermEntry'
ok 32 - correct concept ID
ok 33 - correct concept subject field
ok 34 - found two languages
ok 35 - An object of class 'TBX::Min::LangSet' isa 'TBX::Min::LangSet'
ok 36 - language is English
ok 37 - found two terms
ok 38 - An object of class 'TBX::Min::TIG' isa 'TBX::Min::TIG'
ok 39 - correct term text
ok 40 - correct part of speech
ok 41 - correct status
ok 42 - correct customer
ok 43 - correct note key
ok 44 - correct note value
ok 45 - entries returns [] by default
    # Subtest: die on bad dialect
    1..2
    ok 1 - incorrect dialect
    ok 2 - incorrect dialect
ok 46 - die on bad dialect
ok 47 - no warnings
ok
t\08-write_xml.t .. 
1..2
ok 1 - TBX input and output match
ok 2 - no warnings
ok
All tests successful.
Files=8, Tests=155,  4 wallclock secs ( 0.12 usr +  0.02 sys =  0.14 CPU)
Result: PASS
