#!perl
use Cassandane::Tiny;

sub test_subscribe_prefix ($self)
{
    # one user is a prefix of the other!
    $self->shared_subscribe_common('chris', 'christopher');
}
