Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7af61381

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 7af61381cddf8d69aa0cc44bdda96e2394999cd7
  • Vorgänger 8173ac67
  • Nachfolger f9ad3fb9

Tests: fix typo

Unterschiede anzeigen:

t/workflow/delivery_order_reclamation.t
is_deeply($linked_purchase_reclamation->strip->as_tree, $purchase_reclamation->load->strip->as_tree);
## converted should be nealy the same
## converted should be nearly the same
# sales
pairwise {
test_deeply($a->strip->as_tree, $b->strip->as_tree,
t/workflow/invoice_to_reclamation.t
is_deeply($linked_purchase_invoice->strip->as_tree, $purchase_invoice->strip->as_tree);
## converted should be nealy the same
## converted should be nearly the same
pairwise {
test_deeply($a->strip->as_tree, $b->strip->as_tree,
"sales_invoice_items to sales_reclamation_items",
t/workflow/reclamation_reclamation.t
is_deeply($linked_purchase_reclamation_c->strip->as_tree, $purchase_reclamation->load->strip->as_tree);
## new reclamations should be nealy the same
## new reclamations should be nearly the same
my $new_sales_tmp = clone($new_sales_reclamation);
my $sales_tmp2 = clone($sales_reclamation);
my $new_purchase_tmp = clone($new_purchase_reclamation);
......
is_deeply($purchase_tmp2->strip->as_tree, $new_purchase_tmp->strip->as_tree);
## converted reclamation should be nealy the same
## converted reclamation should be nearly the same
my $sales_tmp3 = clone($sales_reclamation);
my $converted_sales_tmp = clone($converted_sales_reclamation);
my $purchase_tmp3 = clone($purchase_reclamation);

Auch abrufbar als: Unified diff