Commit 814879eb authored by Rafael Monnerat's avatar Rafael Monnerat

File and Image are not allowed into Test Page

Use Embedded File instead.
parent 2218c533
...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
<portal_type id="Review Module"> <portal_type id="Review Module">
<item>Review</item> <item>Review</item>
</portal_type> </portal_type>
<portal_type id="Test Page">
<item>File</item>
<item>Image</item>
</portal_type>
<portal_type id="Test Page Module"> <portal_type id="Test Page Module">
<item>Test Page</item> <item>Test Page</item>
</portal_type> </portal_type>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>A Test Page is an HTML document which contains a Selenium Test, images and files.</string> </value> <value> <string>A Test Page is an HTML document which contains a Selenium Test and embedded files (images, files...)</string> </value>
</item> </item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
......
10 11
\ No newline at end of file \ No newline at end of file
Review Module | Review Review Module | Review
Test Page Module | Test Page Test Page Module | Test Page
Test Page | File \ No newline at end of file
Test Page | Image
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment