Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
ff4e82fb
Commit
ff4e82fb
authored
14 years ago
by
Kirill Likhodedov
Browse files
Options
Download
Email Patches
Plain Diff
GitVersionTest: one more case of version output format.
parent
79e57376
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/git4idea/tests/git4idea/tests/GitVersionTest.java
+3
-1
plugins/git4idea/tests/git4idea/tests/GitVersionTest.java
with
3 additions
and
1 deletion
+3
-1
plugins/git4idea/tests/git4idea/tests/GitVersionTest.java
+
3
-
1
View file @
ff4e82fb
...
...
@@ -33,12 +33,14 @@ public class GitVersionTest {
private
static
final
TestGitVersion
[]
commonTests
=
{
new
TestGitVersion
(
"git version 1.6.4"
,
1
,
6
,
4
,
0
),
new
TestGitVersion
(
"git version 1.7.3.3"
,
1
,
7
,
3
,
3
),
new
TestGitVersion
(
"git version 1.7.3.5.gb27be"
,
1
,
7
,
3
,
5
)
};
private
static
final
TestGitVersion
[]
msysTests
=
{
new
TestGitVersion
(
"git version 1.6.4.msysgit.0"
,
1
,
6
,
4
,
0
),
new
TestGitVersion
(
"git version 1.7.3.3.msysgit.1"
,
1
,
7
,
3
,
3
),
new
TestGitVersion
(
"git version 1.7.3.2.msysgit"
,
1
,
7
,
3
,
2
)
new
TestGitVersion
(
"git version 1.7.3.2.msysgit"
,
1
,
7
,
3
,
2
),
new
TestGitVersion
(
"git version 1.7.3.5.msysgit.gb27be"
,
1
,
7
,
3
,
5
)
};
/**
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help