內容 |
|
问题4、在使用后台管理的封锁控制功能时,添加新的封锁控制,不管选什么封锁类型,点击“更新”会引起异常。
异常提示信息见附件抓图:
|
 |
|
问题1、现在,在每一个版面显示的版主是在该版面拥有版主权限的用户群组名称。通常在管理后台为每个版面添加一个对应的用户群组,设置为该版面的版主权限。然后再将一些用户设置到该群组,这样他们就是这个版面的版主了。
我想,我们的期望是显示属于该用户群组的用户名称。
问题2、发表主题时,过长的标题会使得首页的“最后发表”栏自动调整宽度,而不折行,结果会破坏首页布局效果;
问题3、每个主题里面的回复没有楼层数字(即回复的次数),有楼层数字会得到更直观的信息表达;
|
 |
|
测试中发现投票功能BUG,版本2.3.0,在2.2.1上没有出现。
现象:发起一个投票的主题后,自己或者其他可投票的会员点击“检视结果”,出现异常。投票帖和异常抓图见附件。
|
 |
|
接下来我会继续测试这个软件,并在这里提交我发现的问题。希望站长欢迎。
|
 |
|
|
 |
|
补充描述下回复不正常显示的页面:只见回复的标题栏,不见回复内容,已经底部导航栏和页脚的内容。
见附件的抓图;
|
 |
|
谢谢andowson!
根据你上面的提示,我终于能构造一个jforum.war包了。
我将上面的部署包部署到web服务器。初步测试发现一个问题:回复的内容显示不出来,在管理后台“清除”文章缓存后,或者重启web服务器,都可以正常显示对一个主题的回复内容。参考附件中是两个抓图。
我直接下载你的jforum.war包,部署安装,没有出现这个问题!
|
 |
|
testSimple(net.jforum.api.integration.mail.pop.POPListenerTestCase): There should be exactly one post
testInReplyToIncorrectShouldCreateNewTopic(net.jforum.api.integration.mail.pop.POPListenerTestCase): There should be exactly one post
testInReplyToCreateNewTopicThenReply(net.jforum.api.integration.mail.pop.POPListenerTestCase): There should be exactly one post
数据库的错误没有的。只剩下邮件相关的几个测试有问题。在测试用例的源码文件中,我已经将邮件服务器和邮件账号相关的字符串都修改为合适的值了。包括:MAIL_SMTP_HOST,MAIL_SMTP_PORT,MAIL_SMTP_USERNAME,MAIL_SMTP_PASSWORD,popHost等。出现以上错误提示。
|
 |
|
andowson, 按照你的提示,我编译的结果有错误,信息如下:
Tests in error:
testSimple(net.jforum.api.integration.mail.pop.POPListenerTestCase): Error while trying to start ForumRepository: net.jforum.exceptions.DatabaseException: java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
testInReplyToIncorrectShouldCreateNewTopic(net.jforum.api.integration.mail.pop.POPListenerTestCase): Error while trying to start ForumRepository: net.jforum.exceptions.DatabaseException: java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
testInReplyToCreateNewTopicThenReply(net.jforum.api.integration.mail.pop.POPListenerTestCase): Error while trying to start ForumRepository: net.jforum.exceptions.DatabaseException: java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
testInvalid(net.jforum.api.integration.rest.RESTAuthenticationTestCase): java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
testValid(net.jforum.api.integration.rest.RESTAuthenticationTestCase): java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
testLoadRecipients(net.jforum.summary.SummaryTest): java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
testSendMails(net.jforum.summary.SummaryTest): java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
testListPosts(net.jforum.summary.SummaryTest): java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
8个错误都是一个原因,其实就是运行测试用例时,无法对SQL数据库建立连接。
请问这些测试用例中用到的数据库账号密码在哪里设置?
谢谢。
|
 |
|
问下你的maven setting 文件是怎么设置的?
|
 |
|
谢过了!我再研究下。
我也是和你一样将验证码关掉大小写,输入的时候就不容易看错了。呵呵。
|
 |
|
我使用在google code 上面的项目源码(trunk),SVN CO 下来后,尝试用eclipse 来搭建开发环境,tomcat , maven,freemarker插件都已经安装好。
然后import -->maven--> existing maven projects. 编译结果提示很多错误,比如模版文件中语法报错,xml文件中的freemarker 标签提示语法错误等。
我的系统环境是: windows-xp sp3 + tomcat-6.0 + JDK6.0 + Eclispe-3.6 + 插件若干 + mysql-5.1
能介绍一下如何建立开发环境的步骤吗?
|
 |
|