Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 98a56a2c

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 98a56a2ca1f611a40dfcbcba7854482fb23e9fe9
  • Vorgänger 0b8a739b
  • Nachfolger d03c3638

Tests: fix typo

Unterschiede anzeigen:

t/workflow/delivery_order_reclamation.t
276 276
is_deeply($linked_purchase_reclamation->strip->as_tree, $purchase_reclamation->load->strip->as_tree);
277 277

  
278 278

  
279
## converted should be nealy the same
279
## converted should be nearly the same
280 280
# sales
281 281
pairwise  {
282 282
  test_deeply($a->strip->as_tree, $b->strip->as_tree,
t/workflow/invoice_to_reclamation.t
235 235
is_deeply($linked_purchase_invoice->strip->as_tree, $purchase_invoice->strip->as_tree);
236 236

  
237 237

  
238
## converted should be nealy the same
238
## converted should be nearly the same
239 239
pairwise {
240 240
  test_deeply($a->strip->as_tree, $b->strip->as_tree,
241 241
    "sales_invoice_items to sales_reclamation_items",
t/workflow/reclamation_reclamation.t
214 214
is_deeply($linked_purchase_reclamation_c->strip->as_tree, $purchase_reclamation->load->strip->as_tree);
215 215

  
216 216

  
217
## new reclamations should be nealy the same
217
## new reclamations should be nearly the same
218 218
my $new_sales_tmp = clone($new_sales_reclamation);
219 219
my $sales_tmp2 = clone($sales_reclamation);
220 220
my $new_purchase_tmp = clone($new_purchase_reclamation);
......
256 256
is_deeply($purchase_tmp2->strip->as_tree, $new_purchase_tmp->strip->as_tree);
257 257

  
258 258

  
259
## converted reclamation should be nealy the same
259
## converted reclamation should be nearly the same
260 260
my $sales_tmp3 = clone($sales_reclamation);
261 261
my $converted_sales_tmp = clone($converted_sales_reclamation);
262 262
my $purchase_tmp3 = clone($purchase_reclamation);

Auch abrufbar als: Unified diff