Renamed to Kalamar and updated Virtual Collection Chooser
diff --git a/t/api-v0.1.t b/t/api-v0.1.t
index 69e4d3f..6295421 100644
--- a/t/api-v0.1.t
+++ b/t/api-v0.1.t
@@ -85,7 +85,7 @@
 my $tx = $t->ua->build_tx('TRACE', $url->clone->path('search')->query({ q => 'contains(<s>, [orth=Test])', ql => 'poliqarp'}));
 $tx = $t->ua->start($tx);
 
-#{"@context":"http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld","query":{"@type":"korap:group","operation":"operation:position","frame":"frame:contains","operands":[{"@type":"korap:span","key":"s"},{"@type":"korap:token","wrap":{"@type":"korap:term","layer":"orth","key":"Test","match":"match:eq"}}]},"collections":[{"@type":"korap:meta-filter","@value":{"@type":"korap:term","@field":"korap:field#corpusID","@value":"WPD"}}],"meta":{}}
+#{"@context":"http://ids-mannheim.de/ns/korap/json-ld/v0.1/context.jsonld","query":{"@type":"korap:group","operation":"operation:position","frame":"frame:contains","operands":[{"@type":"korap:span","key":"s"},{"@type":"korap:token","wrap":{"@type":"korap:term","layer":"orth","key":"Test","match":"match:eq"}}]},"collections":[{"@type":"korap:meta-filter","@value":{"@type":"korap:term","@field":"korap:field#corpusID","@value":"WPD"}}],"meta":{}}
 $t->tx($tx)
   ->json_is('/@context', 'http://ids-mannheim.de/ns/KorAP/json-ld/v0.2/context.jsonld')
   ->json_is('/query/@type', 'korap:group')
diff --git a/t/basic.t b/t/basic.t
index 1b2419a..7511236 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -3,7 +3,7 @@
 use Test::More;
 use Test::Mojo;
 
-my $t = Test::Mojo->new('Korap');
+my $t = Test::Mojo->new('Kalamar');
 $t->get_ok('/')
   ->status_is(200)
   ->text_is('title', 'KorAP')
diff --git a/t/non-blocking-api.t b/t/non-blocking-api.t
index 2d42281..d4dcc72 100644
--- a/t/non-blocking-api.t
+++ b/t/non-blocking-api.t
@@ -6,7 +6,7 @@
 use Mojo::URL;
 use Benchmark qw/:hireswallclock/;
 
-my $t = Test::Mojo->new('Korap');
+my $t = Test::Mojo->new('Kalamar');
 
 $t->app->routes->get('/searchtest')->to(
   cb => sub {
diff --git a/t/remote.t b/t/remote.t
index 8cbee3b..e08bba2 100644
--- a/t/remote.t
+++ b/t/remote.t
@@ -3,7 +3,7 @@
 use Test::More;
 use Test::Mojo;
 
-my $t = Test::Mojo->new('Korap');
+my $t = Test::Mojo->new('Kalamar');
 $t->get_ok('/')
   ->status_is(200)
   ->text_is('title', 'KorAP')