Skip to content

v0.2.54..v0.2.55 changeset ExtractAttributesCommandTest.java

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-services/src/test/java/hoot/services/controllers/ogr/ExtractAttributesCommandTest.java b/hoot-services/src/test/java/hoot/services/controllers/ogr/ExtractAttributesCommandTest.java
index ddf34a2..5715f1c 100644
--- a/hoot-services/src/test/java/hoot/services/controllers/ogr/ExtractAttributesCommandTest.java
+++ b/hoot-services/src/test/java/hoot/services/controllers/ogr/ExtractAttributesCommandTest.java
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 package hoot.services.controllers.ogr;
 
@@ -68,7 +68,7 @@ public class ExtractAttributesCommandTest {
         assertNotNull(extractAttributesCommand.getWorkDir());
         assertNotNull(extractAttributesCommand.getCommand());
 
-        String expectedCommand = "hoot tag-info --${DEBUG_LEVEL} --tag-values-limit 30 ${INPUT_FILES}";
+        String expectedCommand = "hoot.bin tag-info --${DEBUG_LEVEL} --tag-values-limit 30 ${INPUT_FILES}";
         assertEquals(expectedCommand, extractAttributesCommand.getCommand());
 
         assertTrue(extractAttributesCommand.getSubstitutionMap().containsKey("DEBUG_LEVEL"));
Clone this wiki locally