diff options
author | Sven Gothel <[email protected]> | 2015-08-02 00:04:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-08-02 00:04:36 +0200 |
commit | 805800e9b02acf54a6cc5a04ce94c9b465c42f43 (patch) | |
tree | 110bcadee042b5470b4fc2863db6d9f9e40b6861 /src/junit/com/jogamp/common/util/TestBitstream02.java | |
parent | c0f38b3f8d862d8ce38c36ad7459494a11d833e3 (diff) |
Bitfield: Reuse [BitstreamData -> BitDemoData] for unit tests
Diffstat (limited to 'src/junit/com/jogamp/common/util/TestBitstream02.java')
-rw-r--r-- | src/junit/com/jogamp/common/util/TestBitstream02.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/common/util/TestBitstream02.java b/src/junit/com/jogamp/common/util/TestBitstream02.java index 16904a2..5e6da1c 100644 --- a/src/junit/com/jogamp/common/util/TestBitstream02.java +++ b/src/junit/com/jogamp/common/util/TestBitstream02.java @@ -37,7 +37,7 @@ import org.junit.Test; import com.jogamp.common.nio.Buffers; import com.jogamp.junit.util.SingletonJunitCase; -import static com.jogamp.common.util.BitstreamData.*; +import static com.jogamp.common.util.BitDemoData.*; import org.junit.FixMethodOrder; import org.junit.runners.MethodSorters; |