diff --git a/module/testtask/ui/browseunits.html.php b/module/testtask/ui/browseunits.html.php
index 6bd2d0b4ff..625a296728 100644
--- a/module/testtask/ui/browseunits.html.php
+++ b/module/testtask/ui/browseunits.html.php
@@ -25,7 +25,7 @@ if($canSwitch)
$url = createLink('testcase', 'browse', "productID={$product->id}&branch=&browseType=all¶m=0&caseType={$type}");
}
- $caseTypeItems[] = array('text' => $typeName ?: $lang->testcase->allType, 'url' => $url);
+ $caseTypeItems[] = array('text' => $typeName ?: $lang->testcase->allType, 'url' => $url, 'active' => $type == 'unit');
}
}