tests/stx_libview_tests.st
branchjv
changeset 8269 5382a417a503
parent 8224 6d994e1ee4fc
child 8420 76e39223f5ab
equal deleted inserted replaced
8232:ddbaa22b9352 8269:5382a417a503
    48      Please also take a look at the #mandatoryPreRequisites method"
    48      Please also take a look at the #mandatoryPreRequisites method"
    49 
    49 
    50     ^ #(
    50     ^ #(
    51         #'stx:libbasic3'    "MessageTracer - referenced by ResourcePackTests>>tearDown"
    51         #'stx:libbasic3'    "MessageTracer - referenced by ResourcePackTests>>tearDown"
    52         #'stx:libview'    "Color - referenced by FormTests>>test_issue_25a"
    52         #'stx:libview'    "Color - referenced by FormTests>>test_issue_25a"
       
    53         #'stx:libwidg'    "Button - referenced by ImageTests>>test_fromView_01"
    53     )
    54     )
    54 !
    55 !
    55 
    56 
    56 subProjects
    57 subProjects
    57     "list packages which are known as subprojects.
    58     "list packages which are known as subprojects.
    73 
    74 
    74     ^ #(
    75     ^ #(
    75         "<className> or (<className> attributes...) in load order"
    76         "<className> or (<className> attributes...) in load order"
    76         FcPatternTests
    77         FcPatternTests
    77         FormTests
    78         FormTests
       
    79         ImageTests
    78         ResourcePackTests
    80         ResourcePackTests
    79         #'stx_libview_tests'
    81         #'stx_libview_tests'
    80     )
    82     )
    81 !
    83 !
    82 
    84