From 70c9ba258c5ba3d78f0f52faf37d88b4c62d0c96 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 31 Aug 2013 16:38:56 +0200 Subject: Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classes --- src/junit/com/jogamp/common/os/TestElfReader01.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/junit/com/jogamp/common/os') diff --git a/src/junit/com/jogamp/common/os/TestElfReader01.java b/src/junit/com/jogamp/common/os/TestElfReader01.java index 3993fc4..b058a0f 100644 --- a/src/junit/com/jogamp/common/os/TestElfReader01.java +++ b/src/junit/com/jogamp/common/os/TestElfReader01.java @@ -18,6 +18,10 @@ import org.junit.Test; import com.jogamp.common.os.Platform.OSType; import com.jogamp.junit.util.JunitTracer; +import org.junit.FixMethodOrder; +import org.junit.runners.MethodSorters; + +@FixMethodOrder(MethodSorters.NAME_ASCENDING) public class TestElfReader01 extends JunitTracer { public static String GNU_LINUX_SELF_EXE = "/proc/self/exe"; public static String ARM_HF_EXE = "tst-exe-armhf"; -- cgit v1.2.3