Skip to content

v0.2.54..v0.2.55 changeset ExternalCommandRunnerImplTest.java

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-services/src/test/java/hoot/services/command/ExternalCommandRunnerImplTest.java b/hoot-services/src/test/java/hoot/services/command/ExternalCommandRunnerImplTest.java
index 550604b..a5c5a6b 100644
--- a/hoot-services/src/test/java/hoot/services/command/ExternalCommandRunnerImplTest.java
+++ b/hoot-services/src/test/java/hoot/services/command/ExternalCommandRunnerImplTest.java
@@ -140,8 +140,8 @@ public class ExternalCommandRunnerImplTest {
     @Test
     public void obfuscate2() {
         ExternalCommandRunnerImpl runner = new ExternalCommandRunnerImpl();
-        String test = "hoot changeset-apply --info -D changeset.description=test cut and replace for node snapping at edges -D changeset.hashtags=#hootenanny -D changeset.source=OSM_077953 -D hoot.osm.auth.access.token=SlN0M6VfCBsU044ug44r2nf8dW2o4pFvyTd89JeD -D hoot.osm.auth.access.token.secret=9Hz2B8PZki8UsVPLpI3NUWrAbsIkvo3qQ1i6aHKZ -D hoot.osm.auth.consumer.key=yyawGlA9IeCxK8eDgkInh3lB9EgGDyXECmlv6es6 -D hoot.osm.auth.consumer.secret=1YT1f1aLhIDCloSYkOnwZRfTVH5tl9BIKwQ300eR /home/vagrant/hoot/userfiles/changesets/grail_cdf5650285354566ac4ff7d19d54d360/diff.osc";
-        String expected = "hoot changeset-apply --info -D changeset.description=test cut and replace for node snapping at edges -D changeset.hashtags=#hootenanny -D changeset.source=OSM_077953 -D hoot.osm.auth.access.token=<redacted> -D hoot.osm.auth.access.token.secret=<redacted> -D hoot.osm.auth.consumer.key=<redacted> -D hoot.osm.auth.consumer.secret=<redacted> <path>/userfiles/changesets/grail_cdf5650285354566ac4ff7d19d54d360/diff.osc";
+        String test = "hoot.bin changeset-apply --info -D changeset.description=test cut and replace for node snapping at edges -D changeset.hashtags=#hootenanny -D changeset.source=OSM_077953 -D hoot.osm.auth.access.token=SlN0M6VfCBsU044ug44r2nf8dW2o4pFvyTd89JeD -D hoot.osm.auth.access.token.secret=9Hz2B8PZki8UsVPLpI3NUWrAbsIkvo3qQ1i6aHKZ -D hoot.osm.auth.consumer.key=yyawGlA9IeCxK8eDgkInh3lB9EgGDyXECmlv6es6 -D hoot.osm.auth.consumer.secret=1YT1f1aLhIDCloSYkOnwZRfTVH5tl9BIKwQ300eR /home/vagrant/hoot/userfiles/changesets/grail_cdf5650285354566ac4ff7d19d54d360/diff.osc";
+        String expected = "hoot.bin changeset-apply --info -D changeset.description=test cut and replace for node snapping at edges -D changeset.hashtags=#hootenanny -D changeset.source=OSM_077953 -D hoot.osm.auth.access.token=<redacted> -D hoot.osm.auth.access.token.secret=<redacted> -D hoot.osm.auth.consumer.key=<redacted> -D hoot.osm.auth.consumer.secret=<redacted> <path>/userfiles/changesets/grail_cdf5650285354566ac4ff7d19d54d360/diff.osc";
         assertEquals(expected, runner.obfuscateConsoleLog(test));
 
         test = "STATUS Error uploading changeset: 49514460 - Error transferring http://internal-me-test-995734160.us-east-1.elb.amazonaws.com/api/0.6/changeset/49514460/upload - server replied: Conflict (409)    ";
Clone this wiki locally