Changeset 894 for branches/features/purchaseOrders/test/unit
- Timestamp:
 - Apr 22, 2011, 12:08:50 PM (15 years ago)
 - Location:
 - branches/features/purchaseOrders/test/unit
 - Files:
 - 
          
- 2 edited
 
- 
          PurchaseOrderNumberTests.groovy (modified) (2 diffs)
 - 
          PurchaseOrderServiceTests.groovy (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/features/purchaseOrders/test/unit/PurchaseOrderNumberTests.groovy
r891 r894 4 4 5 5 /** 6 * Created by IntelliJ IDEA. 7 * User: John 8 * Date: 19/04/2011 9 * Time: 8:32:59 AM 10 * To change this template use File | Settings | File Templates. 6 * Unit tests for PurchaseOrderNumber domain class. 11 7 */ 12 8 class PurchaseOrderNumberTests extends GrailsUnitTestCase { … … 45 41 } 46 42 47 48 43 }  - 
        
branches/features/purchaseOrders/test/unit/PurchaseOrderServiceTests.groovy
r891 r894 3 3 import static org.hamcrest.CoreMatchers.equalTo 4 4 5 /** 6 * Unit tests for PurchaseOrderService class. 7 */ 5 8 class PurchaseOrderServiceTests extends GrailsUnitTestCase { 6 9 def pos = new PurchaseOrderService()  
Note: See TracChangeset
          for help on using the changeset viewer.
      