File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/test/java/org/scm4j/deployer/installers Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414
1515import static org .junit .Assert .assertEquals ;
1616import static org .junit .Assert .assertTrue ;
17+ import static org .scm4j .deployer .api .DeploymentResult .NEED_REBOOT ;
1718
1819public class CopyTest {
1920
@@ -87,7 +88,7 @@ public void testFail() throws Exception {
8788 FileUtils .forceDelete (file );
8889 }
8990 DeploymentResult res = copy .deploy ();
90- assertEquals (DeploymentResult . NEED_REBOOT , res );
91+ assertEquals (NEED_REBOOT , res );
9192
9293 setUp ();
9394 }
@@ -107,4 +108,5 @@ public void testInitSetPath() {
107108 copy .init (depCtx );
108109 assertEquals (new File (OUTPUT_FOLDER , "hello" ), copy .getOutputFile ());
109110 }
111+
110112}
Original file line number Diff line number Diff line change 1- 0.3 .0
1+ 0.4 .0
You can’t perform that action at this time.
0 commit comments