Milos Cubrilo
2015-01-11 a9a2ffcf9a34bd25fe2e05bfdd4cde74725bb17d
src/test/java/com/gitblit/tests/JnaUtilsTest.java
@@ -15,10 +15,6 @@
 */
package com.gitblit.tests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.io.IOException;
@@ -36,7 +32,7 @@
 *
 * @author Florian Zschocke
 */
public class JnaUtilsTest {
public class JnaUtilsTest extends GitblitUnitTest {
   @Test
   public void testGetgid() {