Hi,

I have the following code to send out an email with two attachments.

The original text attachment sent is Harmony_Win72.txt, but in the attachment 
received, which was renamed to Harmony.txt, has extra characters at the very 
beginning.

Can you tell me why and help me to fix that? I really want the attachment 
exactly like the original copy.

Thanks,

Cindy


<script>
from com.ibm.staf import STAFUtil
emailTo = 'c...@fekete.com'                                     #owner of the 
automation scripter
emailFr = 'c...@fekete.com'
emailSubject = PRODUCT + ' ' + VERSION + ' Automation Test Results'
emailMessage = 'Attached is the Silk run results on 64 bit Win7.' 
emailEmptyMessage = 'No Silk run results on 64 bit Win7. Time out occurred.'
emailAttachmentMachine = '1451W7.Fekete.com' # Machine where attachment files 
are located
silkResult = 'D:\\Silk\Apps\Harmony\TestResults\Harmony_Win72.txt'
bmp = 'D:\\Silk\Apps\Harmony\TestResults\LastScreenShot.bmp'
</script>
<sequence>

<!-- The following is to send email to QAs, LPs, and TAs with Silk result and 
snapshot on the 64-bit Win7 test client-->
<stafcmd name="'Sending email to the QA, LPs, and TAs'">
                <location>'local'</location>
                <service>'EMAIL'</service>
                <request>
                'SEND TO %s SUBJECT %s MESSAGE %s ATTACHMENTMACHINE %s 
TEXTATTACHMENT %s BINARYATTAcHMENT %s' \
                % (emailTo, STAFUtil.wrapData(emailSubject), 
STAFUtil.wrapData(emailMessage),STAFUtil.wrapData(emailAttachmentMachine), \
                STAFUtil.wrapData(silkresult),STAFUtil.wrapData(bmp))
                </request>
</stafcmd>
´??Plan Harmony.pln - Passed
        Machine: (local)
        Started: 11:36:44AM on 04-May-2011
        Elapsed: 1:20:48
        Passed:  67 tests (100%)
        Failed:  0 tests (0%)
        Totals:  67 tests, 0 errors, 0 warnings

        Software Information
                Machine: (local)
                Started: 11:36:44AM on 04-May-2011
                Elapsed: 0:00:00
                Totals:  0 errors, 0 warnings
                
                Software Version: Version 2.1.0.80
                Baseline Version: 2.1.0.78
                Script started on 05/04/2011 at 11:36:44 AM.
                 
                Operating System is Windows 7 Professional
                 
                Scripts are developed on a machine with display resolution 
1280*1024
                The current resolution is 1280 * 1024
                 
        TC1369: Ensure Harmony can be launched and project can be created
                Machine: (local)
                Started: 11:36:44AM on 04-May-2011
                Elapsed: 0:00:50
                Totals:  0 errors, 0 warnings
                Passed!
        Import - Production Data
        TC1240: Import Merak File and Verify Gas Production Data
                Machine: (local)
                Started: 11:37:34AM on 04-May-2011
                Elapsed: 0:01:58
                Totals:  0 errors, 0 warnings
                Passed!
        TC1241: Import Merak File and Verify Oil Production Data
                Machine: (local)
                Started: 11:39:32AM on 04-May-2011
                Elapsed: 0:01:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1242: Import Merak File and Verify Water Production Data
                Machine: (local)
                Started: 11:41:27AM on 04-May-2011
                Elapsed: 0:01:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1243: Import Merak File and Verify Condensate prodcution Data
                Machine: (local)
                Started: 11:43:21AM on 04-May-2011
                Elapsed: 0:01:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1244: Import Merak File and Verify NGL prodcution Data
                Machine: (local)
                Started: 11:45:16AM on 04-May-2011
                Elapsed: 0:01:53
                Totals:  0 errors, 0 warnings
                Passed!
        TC1245: Import Merak File and Verify C3H8 prodcution Data
                Machine: (local)
                Started: 11:47:09AM on 04-May-2011
                Elapsed: 0:01:14
                Totals:  0 errors, 0 warnings
                Passed!
        TC1246: Import Merak File and Verify C4H10 prodcution Data
                Machine: (local)
                Started: 11:48:23AM on 04-May-2011
                Elapsed: 0:01:12
                Totals:  0 errors, 0 warnings
                Passed!
        TC1247: Import Merak File and Verify Gas Injection Data
                Machine: (local)
                Started: 11:49:35AM on 04-May-2011
                Elapsed: 0:01:15
                Totals:  0 errors, 0 warnings
                Passed!
        TC1248: Import Merak File and Verify Water Injection Data
                Machine: (local)
                Started: 11:50:50AM on 04-May-2011
                Elapsed: 0:01:17
                Totals:  0 errors, 0 warnings
                Passed!
        TC1249: Import Merak File and Verify Condensate Injection Data
                Machine: (local)
                Started: 11:52:07AM on 04-May-2011
                Elapsed: 0:01:11
                Totals:  0 errors, 0 warnings
                Passed!
        TC1250: Import Merak File and verify NGL Injection Data
                Machine: (local)
                Started: 11:53:18AM on 04-May-2011
                Elapsed: 0:01:12
                Totals:  0 errors, 0 warnings
                Passed!
        TC1251: Import Merak File and Verify N2 Injection Data
                Machine: (local)
                Started: 11:54:30AM on 04-May-2011
                Elapsed: 0:01:14
                Totals:  0 errors, 0 warnings
                Passed!
        TC1252: Import Merak File and Verify CO2 Injection Data
                Machine: (local)
                Started: 11:55:44AM on 04-May-2011
                Elapsed: 0:01:11
                Totals:  0 errors, 0 warnings
                Passed!
        TC1253: Import Merak File and Verify Steam Injection Data
                Machine: (local)
                Started: 11:56:55AM on 04-May-2011
                Elapsed: 0:01:11
                Totals:  0 errors, 0 warnings
                Passed!
        TC1254: Import Merak File and Verify Flowing Pressure Data
                Machine: (local)
                Started: 11:58:06AM on 04-May-2011
                Elapsed: 0:01:12
                Totals:  0 errors, 0 warnings
                Passed!
        TC1255: Import Merak File and Verify Other Data
                Machine: (local)
                Started: 11:59:18AM on 04-May-2011
                Elapsed: 0:01:10
                Totals:  0 errors, 0 warnings
                Passed!
        Import - Static Pressure
        TC1256: Import Merak File and Verify  Static Pressure Data
                Machine: (local)
                Started: 12:00:28PM on 04-May-2011
                Elapsed: 0:01:09
                Totals:  0 errors, 0 warnings
                Passed!
        TC1257: Import Merak File and Verify Drilling Data
                Machine: (local)
                Started: 12:01:37PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        Import - Attributes Properties
        TC1258: Import Merak File and Verify Entity Header Data
                Machine: (local)
                Started: 12:02:31PM on 04-May-2011
                Elapsed: 0:00:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1259: Import Merak File and Verify Entity Status Data
                Machine: (local)
                Started: 12:03:26PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1260: Import Merak File and Verify Political Data
                Machine: (local)
                Started: 12:04:20PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1261: Import Merak File and Verify Geological Data
                Machine: (local)
                Started: 12:05:14PM on 04-May-2011
                Elapsed: 0:00:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1262: Import Merak File and Verify Cumulative Data
                Machine: (local)
                Started: 12:06:09PM on 04-May-2011
                Elapsed: 0:00:56
                Totals:  0 errors, 0 warnings
                Passed!
        TC1263: Import Merak File and Verify Drilling Data
                Machine: (local)
                Started: 12:07:05PM on 04-May-2011
                Elapsed: 0:00:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1264: Import Merak File and Verify Operation Data
                Machine: (local)
                Started: 12:08:00PM on 04-May-2011
                Elapsed: 0:00:57
                Totals:  0 errors, 0 warnings
                Passed!
        TC1265: Import Merak File and Verify Well Propertities Data
                Machine: (local)
                Started: 12:08:57PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1266: Import Merak File and Verify Reservoir Propertities Data
                Machine: (local)
                Started: 12:09:51PM on 04-May-2011
                Elapsed: 0:00:58
                Totals:  0 errors, 0 warnings
                Passed!
        TC1267: Import Merak File and Verify Oil Propertities Data
                Machine: (local)
                Started: 12:10:49PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1268: Import Merak File and Verify Gas Propertities Data
                Machine: (local)
                Started: 12:11:43PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1269: Import Merak File and Verify Shale Propertities Data
                Machine: (local)
                Started: 12:12:37PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1270: Import Merak File and Verify Location Data
                Machine: (local)
                Started: 12:13:31PM on 04-May-2011
                Elapsed: 0:00:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1271: Data Saving & Restoring and Verify Gas Production Data
                Machine: (local)
                Started: 12:14:26PM on 04-May-2011
                Elapsed: 0:02:00
                Totals:  0 errors, 0 warnings
                Passed!
        TC1272: Data Saving & Restoring and Verify Oil Production Data
                Machine: (local)
                Started: 12:16:26PM on 04-May-2011
                Elapsed: 0:02:00
                Totals:  0 errors, 0 warnings
                Passed!
        TC1273: Data Saving & Restoring and Verify Water Production Data
                Machine: (local)
                Started: 12:18:26PM on 04-May-2011
                Elapsed: 0:02:02
                Totals:  0 errors, 0 warnings
                Passed!
        TC1274: Data Saving & Restoring and Verify Condensate Production Data
                Machine: (local)
                Started: 12:20:28PM on 04-May-2011
                Elapsed: 0:02:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1275: Data Saving & Restoring and Verify NGL Production Data
                Machine: (local)
                Started: 12:22:31PM on 04-May-2011
                Elapsed: 0:02:01
                Totals:  0 errors, 0 warnings
                Passed!
        TC1276: Data Saving & Restoring and Verify C3H8 Production Data
                Machine: (local)
                Started: 12:24:32PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1277: Data Saving & Restoring and Verify C4H10 Production Data
                Machine: (local)
                Started: 12:25:50PM on 04-May-2011
                Elapsed: 0:01:19
                Totals:  0 errors, 0 warnings
                Passed!
        TC1278: Data Saving & Restoring and Verify Gas Injection Data
                Machine: (local)
                Started: 12:27:09PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1279: Data Saving & Restoring and Verify Water Injection Data
                Machine: (local)
                Started: 12:28:27PM on 04-May-2011
                Elapsed: 0:01:22
                Totals:  0 errors, 0 warnings
                Passed!
        TC1280: Data Saving & Restoring and Verify Condensate Injection Data
                Machine: (local)
                Started: 12:29:49PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1281: Data Saving & Restoring and Verify NGL Injection Data
                Machine: (local)
                Started: 12:31:07PM on 04-May-2011
                Elapsed: 0:01:19
                Totals:  0 errors, 0 warnings
                Passed!
        TC1282: Data Saving & Restoring and Verify N2 Injection Data
                Machine: (local)
                Started: 12:32:26PM on 04-May-2011
                Elapsed: 0:01:17
                Totals:  0 errors, 0 warnings
                Passed!
        TC1283: Data Saving & Restoring and Verify CO2 Injection Data
                Machine: (local)
                Started: 12:33:43PM on 04-May-2011
                Elapsed: 0:01:19
                Totals:  0 errors, 0 warnings
                Passed!
        TC1284: Data Saving & Restoring and Verify Steam Injection Data
                Machine: (local)
                Started: 12:35:02PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1285: Data Saving & Restoring and Verify Flowing Pressure Data
                Machine: (local)
                Started: 12:36:20PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1286: Data Saving & Restoring and Verify Other Data
                Machine: (local)
                Started: 12:37:38PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1287: Data Saving & Restoring and Verify Entity Header Data
                Machine: (local)
                Started: 12:38:56PM on 04-May-2011
                Elapsed: 0:01:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1288: Data Saving & Restoring and Verify Entity Status Data
                Machine: (local)
                Started: 12:39:59PM on 04-May-2011
                Elapsed: 0:01:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1289: Data Saving & Restoring and Verify Political Data
                Machine: (local)
                Started: 12:41:02PM on 04-May-2011
                Elapsed: 0:01:02
                Totals:  0 errors, 0 warnings
                Passed!
        TC1290: Data Saving & Restoring and Verify Geological Data
                Machine: (local)
                Started: 12:42:04PM on 04-May-2011
                Elapsed: 0:01:04
                Totals:  0 errors, 0 warnings
                Passed!
        TC1291: Data Saving & Restoring and Verify Cumulative Volume Data
                Machine: (local)
                Started: 12:43:08PM on 04-May-2011
                Elapsed: 0:01:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1292: Data Saving & Restoring and Verify Drilling Data
                Machine: (local)
                Started: 12:44:11PM on 04-May-2011
                Elapsed: 0:01:02
                Totals:  0 errors, 0 warnings
                Passed!
        TC1293: Data Saving & Restoring and Verify Operations Data
                Machine: (local)
                Started: 12:45:13PM on 04-May-2011
                Elapsed: 0:01:04
                Totals:  0 errors, 0 warnings
                Passed!
        TC1294: Data Saving & Restoring and Verify Well Properties Data
                Machine: (local)
                Started: 12:46:17PM on 04-May-2011
                Elapsed: 0:01:02
                Totals:  0 errors, 0 warnings
                Passed!
        TC1295: Data Saving & Restoring and Verify Reservoir Properties Data
                Machine: (local)
                Started: 12:47:19PM on 04-May-2011
                Elapsed: 0:01:04
                Totals:  0 errors, 0 warnings
                Passed!
        TC1296: Data Saving & Restoring and Verify Oil Properties Data
                Machine: (local)
                Started: 12:48:23PM on 04-May-2011
                Elapsed: 0:01:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1297: Data Saving & Restoring and Verify Gas Properties Data
                Machine: (local)
                Started: 12:49:26PM on 04-May-2011
                Elapsed: 0:01:01
                Totals:  0 errors, 0 warnings
                Passed!
        TC1298: Data Saving & Restoring and Verify Shale Properties Data
                Machine: (local)
                Started: 12:50:27PM on 04-May-2011
                Elapsed: 0:01:02
                Totals:  0 errors, 0 warnings
                Passed!
        TC1299: Data Saving & Restoring and Verify Locations Data
                Machine: (local)
                Started: 12:51:29PM on 04-May-2011
                Elapsed: 0:01:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1227: Make sure the auto mapping works for bring in the same file 
twice
                Machine: (local)
                Started: 12:52:32PM on 04-May-2011
                Elapsed: 0:00:58
                Totals:  0 errors, 0 warnings
                Passed!
                 
        TC1228: Multiple File Auto Mapping
                Machine: (local)
                Started: 12:53:30PM on 04-May-2011
                Elapsed: 0:01:12
                Totals:  0 errors, 0 warnings
                Passed!
                 
        TC1229: Text File Unlinking in Auto Mapping
                Machine: (local)
                Started: 12:54:42PM on 04-May-2011
                Elapsed: 0:01:49
                Totals:  0 errors, 0 warnings
                Passed!
                 
        TC1234: Test the application under test picks up on some Cumulative 
Volumes dates
                Machine: (local)
                Started: 12:56:31PM on 04-May-2011
                Elapsed: 0:00:59
                Totals:  0 errors, 0 warnings
                Passed!
                 
        Report Summary
                Machine: (local)
                Started: 12:57:30PM on 04-May-2011
                Elapsed: 0:00:02
                Totals:  0 errors, 0 warnings
Plan Harmony.pln - Passed
        Machine: (local)
        Started: 11:36:44AM on 04-May-2011
        Elapsed: 1:20:48
        Passed:  67 tests (100%)
        Failed:  0 tests (0%)
        Totals:  67 tests, 0 errors, 0 warnings

        Software Information
                Machine: (local)
                Started: 11:36:44AM on 04-May-2011
                Elapsed: 0:00:00
                Totals:  0 errors, 0 warnings
                
                Software Version: Version 2.1.0.80
                Baseline Version: 2.1.0.78
                Script started on 05/04/2011 at 11:36:44 AM.
                 
                Operating System is Windows 7 Professional
                 
                Scripts are developed on a machine with display resolution 
1280*1024
                The current resolution is 1280 * 1024
                 
        TC1369: Ensure Harmony can be launched and project can be created
                Machine: (local)
                Started: 11:36:44AM on 04-May-2011
                Elapsed: 0:00:50
                Totals:  0 errors, 0 warnings
                Passed!
        Import - Production Data
        TC1240: Import Merak File and Verify Gas Production Data
                Machine: (local)
                Started: 11:37:34AM on 04-May-2011
                Elapsed: 0:01:58
                Totals:  0 errors, 0 warnings
                Passed!
        TC1241: Import Merak File and Verify Oil Production Data
                Machine: (local)
                Started: 11:39:32AM on 04-May-2011
                Elapsed: 0:01:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1242: Import Merak File and Verify Water Production Data
                Machine: (local)
                Started: 11:41:27AM on 04-May-2011
                Elapsed: 0:01:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1243: Import Merak File and Verify Condensate prodcution Data
                Machine: (local)
                Started: 11:43:21AM on 04-May-2011
                Elapsed: 0:01:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1244: Import Merak File and Verify NGL prodcution Data
                Machine: (local)
                Started: 11:45:16AM on 04-May-2011
                Elapsed: 0:01:53
                Totals:  0 errors, 0 warnings
                Passed!
        TC1245: Import Merak File and Verify C3H8 prodcution Data
                Machine: (local)
                Started: 11:47:09AM on 04-May-2011
                Elapsed: 0:01:14
                Totals:  0 errors, 0 warnings
                Passed!
        TC1246: Import Merak File and Verify C4H10 prodcution Data
                Machine: (local)
                Started: 11:48:23AM on 04-May-2011
                Elapsed: 0:01:12
                Totals:  0 errors, 0 warnings
                Passed!
        TC1247: Import Merak File and Verify Gas Injection Data
                Machine: (local)
                Started: 11:49:35AM on 04-May-2011
                Elapsed: 0:01:15
                Totals:  0 errors, 0 warnings
                Passed!
        TC1248: Import Merak File and Verify Water Injection Data
                Machine: (local)
                Started: 11:50:50AM on 04-May-2011
                Elapsed: 0:01:17
                Totals:  0 errors, 0 warnings
                Passed!
        TC1249: Import Merak File and Verify Condensate Injection Data
                Machine: (local)
                Started: 11:52:07AM on 04-May-2011
                Elapsed: 0:01:11
                Totals:  0 errors, 0 warnings
                Passed!
        TC1250: Import Merak File and verify NGL Injection Data
                Machine: (local)
                Started: 11:53:18AM on 04-May-2011
                Elapsed: 0:01:12
                Totals:  0 errors, 0 warnings
                Passed!
        TC1251: Import Merak File and Verify N2 Injection Data
                Machine: (local)
                Started: 11:54:30AM on 04-May-2011
                Elapsed: 0:01:14
                Totals:  0 errors, 0 warnings
                Passed!
        TC1252: Import Merak File and Verify CO2 Injection Data
                Machine: (local)
                Started: 11:55:44AM on 04-May-2011
                Elapsed: 0:01:11
                Totals:  0 errors, 0 warnings
                Passed!
        TC1253: Import Merak File and Verify Steam Injection Data
                Machine: (local)
                Started: 11:56:55AM on 04-May-2011
                Elapsed: 0:01:11
                Totals:  0 errors, 0 warnings
                Passed!
        TC1254: Import Merak File and Verify Flowing Pressure Data
                Machine: (local)
                Started: 11:58:06AM on 04-May-2011
                Elapsed: 0:01:12
                Totals:  0 errors, 0 warnings
                Passed!
        TC1255: Import Merak File and Verify Other Data
                Machine: (local)
                Started: 11:59:18AM on 04-May-2011
                Elapsed: 0:01:10
                Totals:  0 errors, 0 warnings
                Passed!
        Import - Static Pressure
        TC1256: Import Merak File and Verify  Static Pressure Data
                Machine: (local)
                Started: 12:00:28PM on 04-May-2011
                Elapsed: 0:01:09
                Totals:  0 errors, 0 warnings
                Passed!
        TC1257: Import Merak File and Verify Drilling Data
                Machine: (local)
                Started: 12:01:37PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        Import - Attributes Properties
        TC1258: Import Merak File and Verify Entity Header Data
                Machine: (local)
                Started: 12:02:31PM on 04-May-2011
                Elapsed: 0:00:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1259: Import Merak File and Verify Entity Status Data
                Machine: (local)
                Started: 12:03:26PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1260: Import Merak File and Verify Political Data
                Machine: (local)
                Started: 12:04:20PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1261: Import Merak File and Verify Geological Data
                Machine: (local)
                Started: 12:05:14PM on 04-May-2011
                Elapsed: 0:00:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1262: Import Merak File and Verify Cumulative Data
                Machine: (local)
                Started: 12:06:09PM on 04-May-2011
                Elapsed: 0:00:56
                Totals:  0 errors, 0 warnings
                Passed!
        TC1263: Import Merak File and Verify Drilling Data
                Machine: (local)
                Started: 12:07:05PM on 04-May-2011
                Elapsed: 0:00:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1264: Import Merak File and Verify Operation Data
                Machine: (local)
                Started: 12:08:00PM on 04-May-2011
                Elapsed: 0:00:57
                Totals:  0 errors, 0 warnings
                Passed!
        TC1265: Import Merak File and Verify Well Propertities Data
                Machine: (local)
                Started: 12:08:57PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1266: Import Merak File and Verify Reservoir Propertities Data
                Machine: (local)
                Started: 12:09:51PM on 04-May-2011
                Elapsed: 0:00:58
                Totals:  0 errors, 0 warnings
                Passed!
        TC1267: Import Merak File and Verify Oil Propertities Data
                Machine: (local)
                Started: 12:10:49PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1268: Import Merak File and Verify Gas Propertities Data
                Machine: (local)
                Started: 12:11:43PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1269: Import Merak File and Verify Shale Propertities Data
                Machine: (local)
                Started: 12:12:37PM on 04-May-2011
                Elapsed: 0:00:54
                Totals:  0 errors, 0 warnings
                Passed!
        TC1270: Import Merak File and Verify Location Data
                Machine: (local)
                Started: 12:13:31PM on 04-May-2011
                Elapsed: 0:00:55
                Totals:  0 errors, 0 warnings
                Passed!
        TC1271: Data Saving & Restoring and Verify Gas Production Data
                Machine: (local)
                Started: 12:14:26PM on 04-May-2011
                Elapsed: 0:02:00
                Totals:  0 errors, 0 warnings
                Passed!
        TC1272: Data Saving & Restoring and Verify Oil Production Data
                Machine: (local)
                Started: 12:16:26PM on 04-May-2011
                Elapsed: 0:02:00
                Totals:  0 errors, 0 warnings
                Passed!
        TC1273: Data Saving & Restoring and Verify Water Production Data
                Machine: (local)
                Started: 12:18:26PM on 04-May-2011
                Elapsed: 0:02:02
                Totals:  0 errors, 0 warnings
                Passed!
        TC1274: Data Saving & Restoring and Verify Condensate Production Data
                Machine: (local)
                Started: 12:20:28PM on 04-May-2011
                Elapsed: 0:02:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1275: Data Saving & Restoring and Verify NGL Production Data
                Machine: (local)
                Started: 12:22:31PM on 04-May-2011
                Elapsed: 0:02:01
                Totals:  0 errors, 0 warnings
                Passed!
        TC1276: Data Saving & Restoring and Verify C3H8 Production Data
                Machine: (local)
                Started: 12:24:32PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1277: Data Saving & Restoring and Verify C4H10 Production Data
                Machine: (local)
                Started: 12:25:50PM on 04-May-2011
                Elapsed: 0:01:19
                Totals:  0 errors, 0 warnings
                Passed!
        TC1278: Data Saving & Restoring and Verify Gas Injection Data
                Machine: (local)
                Started: 12:27:09PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1279: Data Saving & Restoring and Verify Water Injection Data
                Machine: (local)
                Started: 12:28:27PM on 04-May-2011
                Elapsed: 0:01:22
                Totals:  0 errors, 0 warnings
                Passed!
        TC1280: Data Saving & Restoring and Verify Condensate Injection Data
                Machine: (local)
                Started: 12:29:49PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1281: Data Saving & Restoring and Verify NGL Injection Data
                Machine: (local)
                Started: 12:31:07PM on 04-May-2011
                Elapsed: 0:01:19
                Totals:  0 errors, 0 warnings
                Passed!
        TC1282: Data Saving & Restoring and Verify N2 Injection Data
                Machine: (local)
                Started: 12:32:26PM on 04-May-2011
                Elapsed: 0:01:17
                Totals:  0 errors, 0 warnings
                Passed!
        TC1283: Data Saving & Restoring and Verify CO2 Injection Data
                Machine: (local)
                Started: 12:33:43PM on 04-May-2011
                Elapsed: 0:01:19
                Totals:  0 errors, 0 warnings
                Passed!
        TC1284: Data Saving & Restoring and Verify Steam Injection Data
                Machine: (local)
                Started: 12:35:02PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1285: Data Saving & Restoring and Verify Flowing Pressure Data
                Machine: (local)
                Started: 12:36:20PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1286: Data Saving & Restoring and Verify Other Data
                Machine: (local)
                Started: 12:37:38PM on 04-May-2011
                Elapsed: 0:01:18
                Totals:  0 errors, 0 warnings
                Passed!
        TC1287: Data Saving & Restoring and Verify Entity Header Data
                Machine: (local)
                Started: 12:38:56PM on 04-May-2011
                Elapsed: 0:01:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1288: Data Saving & Restoring and Verify Entity Status Data
                Machine: (local)
                Started: 12:39:59PM on 04-May-2011
                Elapsed: 0:01:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1289: Data Saving & Restoring and Verify Political Data
                Machine: (local)
                Started: 12:41:02PM on 04-May-2011
                Elapsed: 0:01:02
                Totals:  0 errors, 0 warnings
                Passed!
        TC1290: Data Saving & Restoring and Verify Geological Data
                Machine: (local)
                Started: 12:42:04PM on 04-May-2011
                Elapsed: 0:01:04
                Totals:  0 errors, 0 warnings
                Passed!
        TC1291: Data Saving & Restoring and Verify Cumulative Volume Data
                Machine: (local)
                Started: 12:43:08PM on 04-May-2011
                Elapsed: 0:01:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1292: Data Saving & Restoring and Verify Drilling Data
                Machine: (local)
                Started: 12:44:11PM on 04-May-2011
                Elapsed: 0:01:02
                Totals:  0 errors, 0 warnings
                Passed!
        TC1293: Data Saving & Restoring and Verify Operations Data
                Machine: (local)
                Started: 12:45:13PM on 04-May-2011
                Elapsed: 0:01:04
                Totals:  0 errors, 0 warnings
                Passed!
        TC1294: Data Saving & Restoring and Verify Well Properties Data
                Machine: (local)
                Started: 12:46:17PM on 04-May-2011
                Elapsed: 0:01:02
                Totals:  0 errors, 0 warnings
                Passed!
        TC1295: Data Saving & Restoring and Verify Reservoir Properties Data
                Machine: (local)
                Started: 12:47:19PM on 04-May-2011
                Elapsed: 0:01:04
                Totals:  0 errors, 0 warnings
                Passed!
        TC1296: Data Saving & Restoring and Verify Oil Properties Data
                Machine: (local)
                Started: 12:48:23PM on 04-May-2011
                Elapsed: 0:01:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1297: Data Saving & Restoring and Verify Gas Properties Data
                Machine: (local)
                Started: 12:49:26PM on 04-May-2011
                Elapsed: 0:01:01
                Totals:  0 errors, 0 warnings
                Passed!
        TC1298: Data Saving & Restoring and Verify Shale Properties Data
                Machine: (local)
                Started: 12:50:27PM on 04-May-2011
                Elapsed: 0:01:02
                Totals:  0 errors, 0 warnings
                Passed!
        TC1299: Data Saving & Restoring and Verify Locations Data
                Machine: (local)
                Started: 12:51:29PM on 04-May-2011
                Elapsed: 0:01:03
                Totals:  0 errors, 0 warnings
                Passed!
        TC1227: Make sure the auto mapping works for bring in the same file 
twice
                Machine: (local)
                Started: 12:52:32PM on 04-May-2011
                Elapsed: 0:00:58
                Totals:  0 errors, 0 warnings
                Passed!
                 
        TC1228: Multiple File Auto Mapping
                Machine: (local)
                Started: 12:53:30PM on 04-May-2011
                Elapsed: 0:01:12
                Totals:  0 errors, 0 warnings
                Passed!
                 
        TC1229: Text File Unlinking in Auto Mapping
                Machine: (local)
                Started: 12:54:42PM on 04-May-2011
                Elapsed: 0:01:49
                Totals:  0 errors, 0 warnings
                Passed!
                 
        TC1234: Test the application under test picks up on some Cumulative 
Volumes dates
                Machine: (local)
                Started: 12:56:31PM on 04-May-2011
                Elapsed: 0:00:59
                Totals:  0 errors, 0 warnings
                Passed!
                 
        Report Summary
                Machine: (local)
                Started: 12:57:30PM on 04-May-2011
                Elapsed: 0:00:02
                Totals:  0 errors, 0 warnings
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to