class Test::Unit::Collector::Dir

def realdir(path)

def realdir(path)
  if @base
    @file.join(@base, path)
  else
    path
  end
end