diff src/test/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/AttributesContainerTest.java @ 172:809f813d1083

minner change
author one
date Tue, 10 Feb 2015 11:28:39 +0900
parents cb9fabaedfd4
children
line wrap: on
line diff
--- a/src/test/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/AttributesContainerTest.java	Tue Jan 13 02:34:42 2015 +0900
+++ b/src/test/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/AttributesContainerTest.java	Tue Feb 10 11:28:39 2015 +0900
@@ -1,22 +1,22 @@
-package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core;
-
-import org.junit.Assert;
-import org.junit.Ignore;
-import org.junit.Test;
-
-import junit.framework.TestCase;
-
-@Ignore
-public abstract class AttributesContainerTest extends TestCase
-{
-	public abstract AttributesContainer instance();
-	
-	@Test
-	public void testGetAttributes()
-	{
-		AttributesContainer instance = instance();
-		Attributes attrs = instance.getAttributes();
-		
-		Assert.assertNotNull(attrs);
-	}
-}
+//package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core;
+//
+//import org.junit.Assert;
+//import org.junit.Ignore;
+//import org.junit.Test;
+//
+//import junit.framework.TestCase;
+//
+//@Ignore
+//public abstract class AttributesContainerTest extends TestCase
+//{
+//	public abstract AttributesContainer instance();
+//	
+//	@Test
+//	public void testGetAttributes()
+//	{
+//		AttributesContainer instance = instance();
+//		Attributes attrs = instance.getAttributes();
+//		
+//		Assert.assertNotNull(attrs);
+//	}
+//}