Blob Blame History Raw
/*
 * Motif
 *
 * Copyright (c) 1987-2012, The Open Group. All rights reserved.
 *
 * These libraries and programs are free software; you can
 * redistribute them and/or modify them under the terms of the GNU
 * Lesser General Public License as published by the Free Software
 * Foundation; either version 2 of the License, or (at your option)
 * any later version.
 *
 * These libraries and programs are distributed in the hope that
 * they will be useful, but WITHOUT ANY WARRANTY; without even the
 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 * PURPOSE. See the GNU Lesser General Public License for more
 * details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with these librararies and programs; if not, write
 * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
 * Floor, Boston, MA 02110-1301 USA
 */
/*
 * HISTORY
 */

/*
static char rcsid[] = "$XConsortium: Translations.dat /main/4 1995/07/13 20:35:00 drk $"
 */

#) This test routine tests the Uil translation table data structure by
   comparing a uil translation table to an equivalently defined Intrinsics
   translation table.

#) For each of the following screens the tester will apply the
   same keystrokes (or mouse events) to test both applications.

#) Two top-level shells, named \"Xt Version\" and \"Uil Version\",
   have appeared on the screen (one on top of the other).

C)

#) For each shell (\"Xt Version\" and \"Uil Version\"), click on the text 
   field and type the string \"How now brown cow\".  

#) Then click on the Change My Label button for each application.  
   The text in the text field should be copied into the pushbutton label.  

C)

#) Click on the text field of the \"Uil Version\" and type
   \"Pickled Peppers\".  Then type \"C-a\" (cntrl a).  The text
   in the text field should be copied into the pushbutton label.
   If not, CR 3281 has not been fixed.

C)

#) Click on the text field for each application and type the string \"C-b\" 
   (cntrl b).  The insertion point should move to the beginning of the text.

#) Type \"C-e\".  The insertion point should move to the end of the text.
C)

#) Move the mouse pointer to the area between the two pushbuttons.  Type
   \"C-q\".  The application window should disappear and dump the text
   to the terminal window.
C)

#) If the two applications exhibited the same behavior, then the translation
   tables must be matched.
E)