diff --git a/bt5/erp5_ui_test/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/bt5/erp5_ui_test/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
index c05147da3201d752a87e859c74ae376e294197bf..b70dee923f8a73021f29d7e1329f5635947f60d0 100644
--- a/bt5/erp5_ui_test/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
+++ b/bt5/erp5_ui_test/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
@@ -1,6 +1,9 @@
 <property_sheet_list>
+ <portal_type id="Bar">
+  <item>Reference</item>
+ </portal_type>
  <portal_type id="Foo">
-  <item>Amount</item>
   <item>DublinCore</item>
+  <item>Amount</item>
  </portal_type>
 </property_sheet_list>
\ No newline at end of file
diff --git a/bt5/erp5_ui_test/bt/revision b/bt5/erp5_ui_test/bt/revision
index a14c1ee5ab423ef2b6365bb156245892bcd7dfa9..cd004727f2441a8c967a228d81b0bee1895a2597 100644
--- a/bt5/erp5_ui_test/bt/revision
+++ b/bt5/erp5_ui_test/bt/revision
@@ -1 +1 @@
-180
\ No newline at end of file
+182
\ No newline at end of file
diff --git a/bt5/erp5_ui_test/bt/template_portal_type_property_sheet_list b/bt5/erp5_ui_test/bt/template_portal_type_property_sheet_list
index 2fe331858e0151613f0ccc523a0ee70dd8242e78..18e04ea6dea4f53df7e8c1b85924360d970e63dc 100644
--- a/bt5/erp5_ui_test/bt/template_portal_type_property_sheet_list
+++ b/bt5/erp5_ui_test/bt/template_portal_type_property_sheet_list
@@ -1,2 +1,3 @@
+Bar | Reference
 Foo | Amount
 Foo | DublinCore
\ No newline at end of file