#!perl
use Cassandane::Tiny;

sub test_aaasetup ($self)
{
    # does everything set up and tear down cleanly?
    $self->assert(1);
}
