Skip to content

Commit

Permalink
conflict fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
844028312 committed Mar 6, 2017
1 parent ce5fd83 commit f78aaa7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
4 changes: 1 addition & 3 deletions group04/1906242834/src/com/coderising/litestruts/Struts.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ public static View runAction(String actionName, Map<String,String> parameters) {
return null;
}

<<<<<<< HEAD:group04/1906242834/src/com/coderising/litestruts/Struts.java

=======
}
>>>>>>> upstream/master:liuxin/src/com/coderising/litestruts/Struts.java

Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public void testLoginActionFailed() {
Assert.assertEquals("/jsp/showLogin.jsp", view.getJsp());
Assert.assertEquals("login failed,please check your user/pwd", view.getParameters().get("message"));
}
<<<<<<< HEAD:group04/1906242834/src/com/coderising/litestruts/StrutsTest.java

}
=======

>>>>>>> upstream/master:liuxin/src/com/coderising/litestruts/StrutsTest.java


7 changes: 3 additions & 4 deletions group04/1906242834/src/com/coderising/litestruts/struts.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<<<<<<< HEAD:group04/1906242834/src/com/coderising/litestruts/struts.xml
<?xml version="1.0" encoding="UTF-8"?>
=======



<?xml version="1.0" encoding="UTF-8"?>
<struts>
<action name="login" class="com.coderising.litestruts.LoginAction">
Expand All @@ -11,5 +11,4 @@
<result name="success">/jsp/welcome.jsp</result>
<result name="error">/jsp/error.jsp</result>
</action>
>>>>>>> upstream/master:liuxin/src/com/coderising/litestruts/struts.xml
</struts>
3 changes: 0 additions & 3 deletions group04/564451732/hw2/.classpath
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<<<<<<< HEAD:group04/564451732/hw2/.classpath
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
=======
>>>>>>> upstream/master:liuxin/.classpath

0 comments on commit f78aaa7

Please sign in to comment.