@@ -74,12 +74,8 @@ public void testTagDelayed() throws Exception {
74
74
assertNotNull (dtf .getRevisitonByUrl (compUnTill .getVcsRepository ().getUrl ()));
75
75
assertNotNull (dtf .getRevisitonByUrl (compUBL .getVcsRepository ().getUrl ()));
76
76
77
- // check Delayed Tags are used
78
- action = releaser .getActionTree (compUnTill .clone (env .getUnTillVer ().toReleaseZeroPatch ()));
79
- assertIsGoingToDoNothing (action );
80
-
81
77
// tag all
82
- action = releaser .getTagActionTree (compUnTill );
78
+ action = releaser .getTagActionTree (UNTILL );
83
79
assertIsGoingToTagAll (action );
84
80
action .execute (getProgress (action ));
85
81
@@ -100,7 +96,7 @@ public void testTagFileDeleted() throws Exception {
100
96
action .execute (getProgress (action ));
101
97
102
98
// simulate delayed tags file is deleted right after action create
103
- action = releaser .getTagActionTree (compUnTill );
99
+ action = releaser .getTagActionTree (UNTILL );
104
100
assertIsGoingToTagAll (action );
105
101
dtf .delete ();
106
102
action .execute (getProgress (action ));
@@ -120,7 +116,7 @@ public void testTagExistsOnExecute() throws Exception {
120
116
action .execute (getProgress (action ));
121
117
122
118
// all is going to tag
123
- action = releaser .getTagActionTree (compUnTill );
119
+ action = releaser .getTagActionTree (UNTILL );
124
120
assertIsGoingToTagAll (action );
125
121
126
122
// simulate tag exists already
0 commit comments