Home
last modified time | relevance | path

Searched refs:SYSTEM_NAME (Results 1 – 25 of 82) sorted by relevance

1234

/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java41 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
42 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
44 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java41 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
42 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
44 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java42 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
43 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
45 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java42 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
43 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
45 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java42 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
43 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
45 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/command/
DSystCommandHandlerTest.java43 final String SYSTEM_NAME = "UNIX"; in testHandleCommand() local
44 commandHandler.setSystemName(SYSTEM_NAME); in testHandleCommand()
46 …endReply(ReplyCodes.SYST_OK, formattedReplyTextFor(ReplyCodes.SYST_OK, "\"" + SYSTEM_NAME + "\"")); in testHandleCommand()
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
DSystCommandHandlerTest.groovy32 static final SYSTEM_NAME = "UNIX"
37 serverConfiguration.systemName = SYSTEM_NAME
39 assertSessionReply(ReplyCodes.SYST_OK, ['syst', SYSTEM_NAME])
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DSystCommandHandlerTest.groovy32 static final SYSTEM_NAME = "UNIX"
37 serverConfiguration.systemName = SYSTEM_NAME
39 assertSessionReply(ReplyCodes.SYST_OK, ['syst', SYSTEM_NAME])
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
DSystCommandHandlerTest.groovy32 static final SYSTEM_NAME = "UNIX"
37 serverConfiguration.systemName = SYSTEM_NAME
39 assertSessionReply(ReplyCodes.SYST_OK, ['syst', SYSTEM_NAME])
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
DSystCommandHandlerTest.groovy32 static final SYSTEM_NAME = "UNIX"
37 serverConfiguration.systemName = SYSTEM_NAME
39 assertSessionReply(ReplyCodes.SYST_OK, ['syst', SYSTEM_NAME])

1234