@@ -40,20 +40,14 @@ public void Cleanup()
40
40
[ TestCase ( "Ctl_develop" , "https://github.com/Catel/Catel" , "develop" , "0e2b6c125a730d2fa5e24394ef64abe62c98e9e9" , "5.12.0-alpha.188" ) ]
41
41
[ TestCase ( "Ctl_develop" , "https://github.com/Catel/Catel" , "develop" , "71e71359f37581784e18c94e7a45eee72cbeeb30" , "5.12.0-alpha.192" ) ]
42
42
[ TestCase ( "Ctl_master" , "https://github.com/Catel/Catel" , "master" , "f5de8964c35180a5f8607f5954007d5828aa849f" , "5.10.0" ) ]
43
- [ TestCase ( "CtlA_develop" , "https://github.com/Catel/Catel.Analyzers" , "develop" , "0e2b6c125a730d2fa5e24394ef64abe62c98e9e9" , "5.12 .0-alpha.188 " ) ]
44
- [ TestCase ( "CtlA_develop" , "https://github.com/Catel/Catel.Analyzers" , "develop" , "be0aa94642d6ff1df6209e2180a7fe0de9aab384" , "5.12 .0-alpha.192 " ) ]
43
+ [ TestCase ( "CtlA_develop" , "https://github.com/Catel/Catel.Analyzers" , "develop" , "0e2b6c125a730d2fa5e24394ef64abe62c98e9e9" , "0.1 .0-alpha.21 " ) ]
44
+ [ TestCase ( "CtlA_develop" , "https://github.com/Catel/Catel.Analyzers" , "develop" , "be0aa94642d6ff1df6209e2180a7fe0de9aab384" , "0.1 .0-alpha.23 " ) ]
45
45
public void FindsVersionInDynamicRepo ( string name , string url , string targetBranch , string commitId , string expectedFullSemVer )
46
46
{
47
47
var root = Path . Combine ( workDirectory , name ) ;
48
48
var dynamicDirectory = Path . Combine ( root , "D" ) ; // dynamic, keeping directory as short as possible
49
49
var workingDirectory = Path . Combine ( root , "W" ) ; // working, keeping directory as short as possible
50
50
51
- //// Clear upfront
52
- //if (Directory.Exists(root))
53
- //{
54
- // Directory.Delete(root, true);
55
- //}
56
-
57
51
Directory . CreateDirectory ( dynamicDirectory ) ;
58
52
Directory . CreateDirectory ( workingDirectory ) ;
59
53
0 commit comments