From 612a37bceb4972d36e9358c8d6e4e933539951b5 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Fri, 10 Apr 2015 00:30:13 -0400 Subject: [PATCH] #1958. marking npe check pending Initially this test check for NPE during update. It has done its job by ensuring the fixes are implemented. Now it's failing the Travis when tested with mavenResolverPluginTest:scripted. --- .../{eviction-warning => gh-1484-npe}/build.sbt | 0 .../{eviction-warning/test => gh-1484-npe/pending} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename sbt/src/sbt-test/dependency-management/{eviction-warning => gh-1484-npe}/build.sbt (100%) rename sbt/src/sbt-test/dependency-management/{eviction-warning/test => gh-1484-npe/pending} (100%) diff --git a/sbt/src/sbt-test/dependency-management/eviction-warning/build.sbt b/sbt/src/sbt-test/dependency-management/gh-1484-npe/build.sbt similarity index 100% rename from sbt/src/sbt-test/dependency-management/eviction-warning/build.sbt rename to sbt/src/sbt-test/dependency-management/gh-1484-npe/build.sbt diff --git a/sbt/src/sbt-test/dependency-management/eviction-warning/test b/sbt/src/sbt-test/dependency-management/gh-1484-npe/pending similarity index 100% rename from sbt/src/sbt-test/dependency-management/eviction-warning/test rename to sbt/src/sbt-test/dependency-management/gh-1484-npe/pending