v5.513
This commit is contained in:
parent
13e72e0f0f
commit
5476ddb081
|
@ -32,8 +32,8 @@ android {
|
||||||
targetSdkVersion stTargetSdkVersion
|
targetSdkVersion stTargetSdkVersion
|
||||||
minSdkVersion stMinSdkVersion
|
minSdkVersion stMinSdkVersion
|
||||||
|
|
||||||
versionCode 512
|
versionCode 513
|
||||||
versionName "5.512"
|
versionName "5.513"
|
||||||
applicationId "jp.juggler.subwaytooter"
|
applicationId "jp.juggler.subwaytooter"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,9 @@ import org.junit.Test
|
||||||
|
|
||||||
class ByteRangeTest {
|
class ByteRangeTest {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ByteRangeや StringUtilsのBase64が、commons-codecの出力結果と一致するか調べる。
|
||||||
|
*/
|
||||||
@Test
|
@Test
|
||||||
fun testByteRangeBase64() {
|
fun testByteRangeBase64() {
|
||||||
for (len in 0..300) {
|
for (len in 0..300) {
|
||||||
|
|
Loading…
Reference in New Issue