Skip to content
  • mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    jss: fix JSS tests · 4136b841
    The goal of executing the tests in CL-USER is to encode information
    about the JSS API via exported symbols from that package, so we adjust
    the tests to explicitly reference the JSS external symbols where
    possible.  "internal" package access in the test infrastructure
    denotes a test of implementation that hasn't been made official by
    virtue of the status of the exporting symbol.  Since ABCL doesn't
    allow DEFPACKAGE to redefine packages, one often initially creates
    tests that call unexported JSS symbols.
    
    One test still failing with
    
      × Raised an error Illegal function object: (SUBSTRING substring). (expected: "234")
    4136b841