/* $XConsortium: README /main/3 1996/07/15 14:15:16 drk $ */ This directory contains one test, PComboBox1. This test creates a ComboBox with a List that has 5000 items. So far, the test performs the following actions: 1. Scrolls from bottom to top and from top to bottom in the List. 2. Adds one item to the bottom of the list when the top is visible. 3. Adds one item to the bottom of the list when the bottom is visible. 4. Deletes one item from the bottom of the list when the top is visible 5. Deletes one item from the bottom of the list when the bottom is visible. To run the test, type the following on the command line: PComboBox1 You can also run the test automated, to get output from the Automation performance monitor. to do this, build the Makefile for automation, and type 'PComboBox1 -c -T' on the command line. This will run the test with the nocompare and TRACE options.