platform-core-home/documents/test_plan_30.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23, Mon Jun 14 19:23:21 2004 UTC revision 1.24, Mon Jun 21 19:18:00 2004 UTC
# Line 454  Line 454 
454      <pre>qualifier = context</pre>      <pre>qualifier = context</pre>
455    </li>    </li>
456    <li> Export &quot;deployable plug-in&quot; as zip and verify that the name of    <li> Export &quot;deployable plug-in&quot; as zip and verify that the name of
457      the zip has 1.0.0.<date Of The Day></li>      the zip has 1.0.0.&lt;date of the day&gt;</li>
458    <li> Export &quot;deployable plug-in&quot; as folder and verify that the folder    <li> Export &quot;deployable plug-in&quot; as folder and verify that the folder
459      as the name 1.0.0.<date of the day></li>      as the name 1.0.0.&lt;date of the day&gt;</li>
460    <li> Verify that the version number of the feature in the feature.xml has been    <li> Verify that the version number in the plugin.xml has been updated</li>
461      updated</li>    <br>
462    <li> change the build.properties to    <li> change the build.properties to
463      <pre>qualifier = NONE</pre>      <pre>qualifier = NONE</pre>
464    </li>    </li>
# Line 466  Line 466 
466      the zip is 1.0.0</li>      the zip is 1.0.0</li>
467    <li> Export &quot;deployable plug-in&quot; as folder and verify that the name    <li> Export &quot;deployable plug-in&quot; as folder and verify that the name
468      of the directory is 1.0.0</li>      of the directory is 1.0.0</li>
469      <br>
470    <li> change the build.properties to    <li> change the build.properties to
471      <pre>qualifier = myValue</pre>      <pre>qualifier = myValue</pre>
472    </li>    </li>
# Line 475  Line 476 
476      of the directory is 1.0.0.myValue</li>      of the directory is 1.0.0.myValue</li>
477  </ul>  </ul>
478    
479    <h4>Export of qualified fragments</h4>
480    <ul>
481       <li> Create a fragment QualifiedFragment to any plugin, set the version number as 1.0.0.qualifier</li>
482       <li> repeat the same steps as in the test with plugin</li>
483    </ul>
484    
485    
486  <h4>Export of qualified features</h4>  <h4>Export of qualified features</h4>
487  <ul>  <ul>
# Line 536  Line 543 
543  compatible are expected to fail.</li>  compatible are expected to fail.</li>
544  </ul>  </ul>
545    
546    <h4>Export of binary plugins</h4>
547    <ul>
548    <li>Create a new feature BinFeature.</li>
549    <li>In this feature add the plugins Dot1, org.eclipse.swt, org.eclipse.core.runtime.</li>
550    <li>Export the feature and verify that the all the files from org.eclipse.swt and org.eclipse.core.runtime are here.</li>
551    </ul>
552  <h4>2.1.x test</h4>  <h4>2.1.x test</h4>
553  <ul>  <ul>
554  <li>Change your target platform to point to a 2.1.x eclipse install</li>  <li>Change your target platform to point to a 2.1.x eclipse install</li>

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24