At last update to JUnit 4.x
[zxing.git] / core / test / src / com / google / zxing / oned / EANManufacturerOrgSupportTest.java
index de5c05f..5c0f1ab 100644 (file)
 
 package com.google.zxing.oned;
 
-import junit.framework.TestCase;
+import org.junit.Assert;
+import org.junit.Test;
 
 /**
  * Tests {@link EANManufacturerOrgSupport}.
  * 
  * @author Sean Owen
  */
-public final class EANManufacturerOrgSupportTest extends TestCase {
+public final class EANManufacturerOrgSupportTest extends Assert {
 
+  @Test
   public void testLookup() {
     EANManufacturerOrgSupport support = new EANManufacturerOrgSupport();
     assertNull(support.lookupCountryIdentifier("472000"));