Project

General

Profile

« Previous | Next » 

Revision 40206

fixed file name in classpath, test

View differences:

ActionFactoryTest.java
112 112

  
113 113
			String actionJSON = a.toString();
114 114

  
115
			log.info(actionJSON);
116

  
115 117
			final AtomicAction aa = AtomicAction.fromJSON(actionJSON);
116 118

  
117 119
			assertEquals(a.getRawSet(), aa.getRawSet());
......
133 135
		for (Put put : puts) {
134 136
			assertNotNull(put);
135 137
		}
136
		log.info(puts.size());
138
		log.info("N. puts: " + puts.size());
137 139
	}
138 140

  
139 141
	private String asString(final InputStream i) throws IOException {

Also available in: Unified diff