Skip to content

Commit c902c67

Browse files
Merge pull request #26 from JetBrains/issue-25
#25 Support test metadata
2 parents 69c68d9 + 9fd9b98 commit c902c67

File tree

69 files changed

+365
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+365
-244
lines changed

TeamCity.ServiceMessages.Tests/Read/ServiceMessageParserPerformanceTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007-2017 JetBrains s.r.o.
2+
* Copyright 2007-2019 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

TeamCity.ServiceMessages.Tests/Read/ServiceMessageParserTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007-2017 JetBrains s.r.o.
2+
* Copyright 2007-2019 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

TeamCity.ServiceMessages.Tests/Read/StringWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007-2017 JetBrains s.r.o.
2+
* Copyright 2007-2019 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

TeamCity.ServiceMessages.Tests/ServiceMessageReplacementsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007-2017 JetBrains s.r.o.
2+
* Copyright 2007-2019 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

TeamCity.ServiceMessages.Tests/Write/ServiceMessageFormatterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007-2017 JetBrains s.r.o.
2+
* Copyright 2007-2019 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

TeamCity.ServiceMessages.Tests/Write/Specials/TeamCityArtifactsWriterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007-2017 JetBrains s.r.o.
2+
* Copyright 2007-2019 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

TeamCity.ServiceMessages.Tests/Write/Specials/TeamCityBlockWriterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007-2017 JetBrains s.r.o.
2+
* Copyright 2007-2019 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

TeamCity.ServiceMessages.Tests/Write/Specials/TeamCityBuildStatusWriterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007-2017 JetBrains s.r.o.
2+
* Copyright 2007-2019 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

TeamCity.ServiceMessages.Tests/Write/Specials/TeamCityCompilationBlockWriterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007-2017 JetBrains s.r.o.
2+
* Copyright 2007-2019 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

TeamCity.ServiceMessages.Tests/Write/Specials/TeamCityFlowWriterBaseTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007-2017 JetBrains s.r.o.
2+
* Copyright 2007-2019 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)