@@ -32,14 +32,16 @@ public void Cleanup()
32
32
33
33
}
34
34
35
+ // Note: use same name twice to see if changing commits works on same (cached) repository
35
36
//[Ignore("These tests are slow and fail on the second run in Test Explorer and need to be re-written")]
36
37
[ NonParallelizable ]
37
- [ TestCase ( "GV_master_1" , "https://github.com/GitTools/GitVersion" , "master" , "4783d325521463cd6cf1b61074352da84451f25d" , "4.0.0+1086" ) ]
38
- [ TestCase ( "GV_master_2" , "https://github.com/GitTools/GitVersion" , "master" , "3bdcd899530b4e9b37d13639f317da04a749e728" , "4.0.0+1092" ) ]
39
- // Note: use same name twice to see if changing commits works on same (cached) repository
40
- [ TestCase ( "Catel_develop_1" , "https://github.com/Catel/Catel" , "develop" , "0e2b6c125a730d2fa5e24394ef64abe62c98e9e9" , "5.12.0-alpha.188" ) ]
41
- [ TestCase ( "Catel_develop_1" , "https://github.com/Catel/Catel" , "develop" , "71e71359f37581784e18c94e7a45eee72cbeeb30" , "5.12.0-alpha.192" ) ]
42
- [ TestCase ( "Catel_master_1" , "https://github.com/Catel/Catel" , "master" , "f5de8964c35180a5f8607f5954007d5828aa849f" , "5.10.0" ) ]
38
+ [ TestCase ( "GV_master" , "https://github.com/GitTools/GitVersion" , "master" , "4783d325521463cd6cf1b61074352da84451f25d" , "4.0.0+1086" ) ]
39
+ [ TestCase ( "GV_master" , "https://github.com/GitTools/GitVersion" , "master" , "3bdcd899530b4e9b37d13639f317da04a749e728" , "4.0.0+1092" ) ]
40
+ [ TestCase ( "Ctl_develop" , "https://github.com/Catel/Catel" , "develop" , "0e2b6c125a730d2fa5e24394ef64abe62c98e9e9" , "5.12.0-alpha.188" ) ]
41
+ [ TestCase ( "Ctl_develop" , "https://github.com/Catel/Catel" , "develop" , "71e71359f37581784e18c94e7a45eee72cbeeb30" , "5.12.0-alpha.192" ) ]
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
45
public void FindsVersionInDynamicRepo ( string name , string url , string targetBranch , string commitId , string expectedFullSemVer )
44
46
{
45
47
var root = Path . Combine ( workDirectory , name ) ;
0 commit comments