update remove-2-test-fix-compile-with-bep-java.patch.

This commit is contained in:
yeah_wang 2019-12-09 20:22:55 +08:00 committed by Gitee
parent 4aa587716b
commit 18ae5485a7

View File

@ -1,22 +1,6 @@
From d7b97096f2884aab0af41bd3f14754e0520abb1a Mon Sep 17 00:00:00 2001
From: l00420122 <liusirui@huawei.com>
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