From 18ae5485a7802d0aab9309013fa9bbc63dd96199 Mon Sep 17 00:00:00 2001 From: yeah_wang <1485652911@qq.com> Date: Mon, 9 Dec 2019 20:22:55 +0800 Subject: [PATCH] update remove-2-test-fix-compile-with-bep-java.patch. --- remove-2-test-fix-compile-with-bep-java.patch | 32 ++++--------------- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/remove-2-test-fix-compile-with-bep-java.patch b/remove-2-test-fix-compile-with-bep-java.patch index 522bcfe..6efb708 100644 --- a/remove-2-test-fix-compile-with-bep-java.patch +++ b/remove-2-test-fix-compile-with-bep-java.patch @@ -1,22 +1,6 @@ -From d7b97096f2884aab0af41bd3f14754e0520abb1a Mon Sep 17 00:00:00 2001 -From: l00420122 -Date: Thu, 9 May 2019 20:40:12 +0800 -Subject: [PATCH] test: remove some test files to follow BEP - -reason: these tests cause binary differences - ---- - .../apache/commons/lang/math/RandomUtilsTest.java | 342 --------------------- - .../apache/commons/lang/time/StopWatchTest.java | 221 ------------- - 2 files changed, 563 deletions(-) - delete mode 100644 src/test/java/org/apache/commons/lang/math/RandomUtilsTest.java - delete mode 100644 src/test/java/org/apache/commons/lang/time/StopWatchTest.java - -diff --git a/src/test/java/org/apache/commons/lang/math/RandomUtilsTest.java b/src/test/java/org/apache/commons/lang/math/RandomUtilsTest.java -deleted file mode 100644 -index 5a67c3a..0000000 ---- a/src/test/java/org/apache/commons/lang/math/RandomUtilsTest.java -+++ /dev/null +diff -Nur commons-lang-2.6-src-bak/src/test/java/org/apache/commons/lang/math/RandomUtilsTest.java commons-lang-2.6-src/src/test/java/org/apache/commons/lang/math/RandomUtilsTest.java +--- commons-lang-2.6-src-bak/src/test/java/org/apache/commons/lang/math/RandomUtilsTest.java 2019-12-04 17:52:01.857276428 +0800 ++++ commons-lang-2.6-src/src/test/java/org/apache/commons/lang/math/RandomUtilsTest.java 1970-01-01 08:00:00.000000000 +0800 @@ -1,342 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more @@ -360,11 +344,9 @@ index 5a67c3a..0000000 - -} - -diff --git a/src/test/java/org/apache/commons/lang/time/StopWatchTest.java b/src/test/java/org/apache/commons/lang/time/StopWatchTest.java -deleted file mode 100644 -index c6ef101..0000000 ---- a/src/test/java/org/apache/commons/lang/time/StopWatchTest.java -+++ /dev/null +diff -Nur commons-lang-2.6-src-bak/src/test/java/org/apache/commons/lang/time/StopWatchTest.java commons-lang-2.6-src/src/test/java/org/apache/commons/lang/time/StopWatchTest.java +--- commons-lang-2.6-src-bak/src/test/java/org/apache/commons/lang/time/StopWatchTest.java 2019-12-04 17:52:01.847276247 +0800 ++++ commons-lang-2.6-src/src/test/java/org/apache/commons/lang/time/StopWatchTest.java 1970-01-01 08:00:00.000000000 +0800 @@ -1,221 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more @@ -587,5 +569,3 @@ index c6ef101..0000000 - } - -} --- -1.8.3.1 \ No newline at end of file