@@ -46,7 +46,7 @@ namespace Services.Test
46
46
private mOrderFileSpec, string, "DAT:orders.ism"
47
47
private mOrderItemFileSpec, string, "DAT:order_items.ism"
48
48
private mVendorFileSpec, string, "DAT:vendors.ism"
49
- private mCustomerExFileSpec, string, "DAT:CUSTOMER_EX .ism"
49
+ private mCustomerExFileSpec, string, "DAT:customer_ex .ism"
50
50
private mNonuniquepkFileSpec, string, "DAT:nonuniquepk.ism"
51
51
private mDifferentpkFileSpec, string, "DAT:differentpk.ism"
52
52
private mTestcarFileSpec, string, "DAT:testcar.ism"
@@ -377,7 +377,7 @@ namespace Services.Test
377
377
;------------------------------------------------------------
378
378
;Test data for CustomerEx
379
379
380
- Console.WriteLine("Processing file DAT:CUSTOMER_EX .ism")
380
+ Console.WriteLine("Processing file DAT:customer_ex .ism")
381
381
382
382
;If there is a GetCustomFileSpec method, call it
383
383
GetCustomFileSpec(mCustomerExFileSpec)
@@ -387,7 +387,7 @@ namespace Services.Test
387
387
388
388
;;------------------------------------------------------------
389
389
;;Test data for CustomerEx
390
- chin = ChannelManager.GetChannel("DAT:CUSTOMER_EX .ism", FileOpenMode.InputIndexed)
390
+ chin = ChannelManager.GetChannel("DAT:customer_ex .ism", FileOpenMode.InputIndexed)
391
391
392
392
;Total number of records
393
393
Console.WriteLine(" - Counting records...")
@@ -401,7 +401,7 @@ namespace Services.Test
401
401
if (count) then
402
402
TestConstants.Instance.GetCustomerExs_Count = count
403
403
else
404
- Console.WriteLine("ERROR: Failed to read record from DAT:CUSTOMER_EX .ism")
404
+ Console.WriteLine("ERROR: Failed to read record from DAT:customer_ex .ism")
405
405
exitloop
406
406
end
407
407
;Get by primary key
@@ -412,7 +412,7 @@ namespace Services.Test
412
412
TestConstants.Instance.GetCustomerEx_Customerid = customerEx.customerid
413
413
exitloop
414
414
eofCustomerEx2,
415
- Console.WriteLine("ERROR: Failed to read first record from DAT:CUSTOMER_EX .ism")
415
+ Console.WriteLine("ERROR: Failed to read first record from DAT:customer_ex .ism")
416
416
exitloop
417
417
end
418
418
0 commit comments