From 03f6d8e51152b1862b2d999b79b90a088b06037f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 17 Apr 2012 20:12:19 -0400 Subject: listing --- core_test.go | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'core_test.go') diff --git a/core_test.go b/core_test.go index 7e6ae2d..700052f 100644 --- a/core_test.go +++ b/core_test.go @@ -7,21 +7,6 @@ import ( "testing" ) -func makeTestBom() *Bom { - op1 := OfferPrice{Currency: "usd", Price: 1.0, MinQty: 1} - op2 := OfferPrice{Currency: "usd", Price: 0.8, MinQty: 100} - o := Offer{Sku: "A123", Distributor: "Acme", Prices: []OfferPrice{op1, op2}} - //o.AddOfferPrice(op1) - //o.AddOfferPrice(op2) - li := LineItem{Mfg: "WidgetCo", - Mpn: "WIDG0001", - Elements: []string{"W1", "W2"}, - Offers: []Offer{o}} - //li.AddOffer(o) - b := NewBom("test01") - b.AddLineItem(&li) - return b -} func TestNewBom(t *testing.T) { b := makeTestBom() -- cgit v1.2.3