Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface-example-all
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhaoyue
2017-01-14 22:12:21 +0800
Commit
0af69bd4a04a828c996f299b82b9d42370102b72
1 parent
e16a0ded
Upsoft pass testing£¬fix little bug
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
push.sh
src/test/java/com/xkl/upsoft/AccountTest.java
push.sh
View file @
0af69bd
git add --all src/
*
git add push.sh
git add pom.xml
git commit -m
"Upsoft pass testing"
git commit -m
"Upsoft pass testing
fix little bug
"
git push origin zhaoyue-dev
git status
\ No newline at end of file
...
...
src/test/java/com/xkl/upsoft/AccountTest.java
View file @
0af69bd
...
...
@@ -32,7 +32,7 @@ public class AccountTest {
@Test
public
void
testLogin
()
{
System
.
out
.
println
(
loginAndGetToken
(
"user1"
,
"pass1"
));
System
.
out
.
println
(
loginAndGetToken
(
Data
.
ADMIN_ACCOUNT
,
Data
.
ADMIN_PWD
));
}
@Test
...
...
Please
register
or
login
to post a comment