PMP> Minor out of sequence problem in PrtMarkerSuppliesSupplyUnitTC

Tom Hastings <hastings@cp10.es.xerox.com> Wed, 01 July 1998 20:53 UTC

Delivery-Date: Wed, 01 Jul 1998 16:53:24 -0400
Return-Path: pmp-owner@pwg.org
Received: from cnri.reston.va.us (ns [132.151.1.1]) by ietf.org (8.8.5/8.8.7a) with ESMTP id QAA16501 for <ietf-archive@ietf.org>; Wed, 1 Jul 1998 16:53:24 -0400 (EDT)
Received: from lists.underscore.com (uscore-1.mv.com [199.125.85.30]) by cnri.reston.va.us (8.8.5/8.8.7a) with ESMTP id QAA18440 for <ietf-archive@cnri.reston.va.us>; Wed, 1 Jul 1998 16:55:45 -0400 (EDT)
Received: from localhost (daemon@localhost) by lists.underscore.com (8.7.5/8.7.3) with SMTP id QAA09312 for <ietf-archive@cnri.reston.va.us>; Wed, 1 Jul 1998 16:53:21 -0400 (EDT)
Received: by pwg.org (bulk_mailer v1.5); Wed, 1 Jul 1998 16:51:51 -0400
Received: (from daemon@localhost) by lists.underscore.com (8.7.5/8.7.3) id QAA09085 for pmp-outgoing; Wed, 1 Jul 1998 16:50:03 -0400 (EDT)
Message-Id: <3.0.5.32.19980701134931.00fce800@garfield>
X-Sender: hastings@garfield
X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32)
Date: Wed, 1 Jul 1998 13:49:31 PDT
To: pmp@pwg.org
From: Tom Hastings <hastings@cp10.es.xerox.com>
Subject: PMP> Minor out of sequence problem in PrtMarkerSuppliesSupplyUnitTC
Cc: "Elvers,Mike" <Mike_Elvers@mc.xerox.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Sender: pmp-owner@pwg.org

The hours(11) line in PrtMarkerSuppliesSupplyUnitTC definition
should be moved in front of the thousandthsOfOunces(12) line,
so that the enum values are in ascending (sparse) order.

This movement doesn't change the enum assignement.  The hours(11)
values is still 11 and the thousandthsOfOunces(12) is still 12.

Tom