Don't hide TestConfig.name from the primary view
If the testconfig has a label, the name may not be in the title.
--- a/views/primary.py Fri Jul 11 15:24:10 2014 +0200
+++ b/views/primary.py Mon Jul 07 16:37:36 2014 +0200
@@ -220,8 +220,6 @@
{'vid': 'apycot.inherited', 'rtypevid': True})
# in a tab
_pvs.tag_object_of(('*', 'using_config', 'TestConfig'), 'hidden')
-# in title
-_pvs.tag_attribute(('TestConfig', 'name'), 'hidden')
# handled py apycot.tc.startmode view
_pvs.tag_attribute(('TestConfig', 'computed_start_mode'), 'hidden')
#