Fix tax_assignment test's uuid.
authorBen Thompson <ben@xtuple.com>
Tue, 26 Nov 2013 16:50:52 +0000 (11:50 -0500)
committerBen Thompson <ben@xtuple.com>
Tue, 26 Nov 2013 16:50:52 +0000 (11:50 -0500)
test/models/tax_assignment.js

index bab96c1..280935a 100755 (executable)
    data = {
     recordType: "XM.TaxAssignment",
     autoTestAttributes: true,
+    skipUpdate: true,
     createHash: {
       tax: {code: "VATAX-A"},
       taxZone: {code: "GA TAX"},
       taxType: {name: "Adjustment"}
     },
     updateHash: {
-      uuid: "1234"
+      uuid: "6d8253b8-6516-48a7-b128-c566f1d70b66"
     }
   };