It looks like dbunit is not running before your tests execute.  You
might try running "mvn dbunit:operation" to ensure it runs and
populates the database with test data.

Matt

On 4/10/07, nmall <[EMAIL PROTECTED]> wrote:

Hi,

 I am getting the following errors during the execution of tests when I run
mvn -e integration-test command. How can I disable these tests from
executing. OF course, if I can get tips on getting this to work, that would
be great too. Thanks for your help!

 [INFO] [talledLocalContainer] Tomcat 5.5.23 started on port [8081]
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
    [mkdir] Created dir: C:\work\newapp\target\webtest-data
     [echo] Testing 'newapp-1.0-SNAPSHOT' with locale 'en'

Login:
log4j:WARN No appenders could be found for logger
(com.canoo.webtest.ant.TestSte
pSequence).
log4j:WARN Please initialize the log4j system properly.

Logout:

PasswordHint:

Signup:
[INFO] [talledLocalContainer] [newapp] WARN [http-8081-Processor22]
SignupAction
.save(79) | User 'signup-user' already exists!

StaticPages:

EditUser:

SearchUser:

SaveUser:
[INFO] [talledLocalContainer] [newapp] WARN [http-8081-Processor25]
UserAction.s
ave(157) | User 'mraible' already exists!

AddUser:
[INFO] [talledLocalContainer] [newapp] WARN [http-8081-Processor24]
UserAction.s
ave(157) | User 'newuser' already exists!
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error executing ant tasks

Embedded error: The following error occurred while executing this line:
C:\work\newapp\src\test\resources\web-tests.xml:113: Canoo Webtest: R_1454.
Test failed.
Test step steps (C:\work\newapp\src\test\resources\web-tests.xml:115: ) null
fai
led with message "Link not found in page
http://localhost:8081/newapp-1.0-SNAPSH
OT/saveUser.html: label <newuser>, htmlId <null>, XPath <null>, href <null>
Known Links in Page are:
label "AppFuse" with url "/newapp-1.0-SNAPSHOT/" and id "",
label "Main Menu" with url "/newapp-1.0-SNAPSHOT/mainMenu.html" and id "",
label "Edit Profile" with url "/newapp-1.0-SNAPSHOT/editProfile.html" and id
"",

label "Upload A File" with url "/newapp-1.0-SNAPSHOT/uploadFile!start.html"
and
id "",
label "Administration" with url "/newapp-1.0-SNAPSHOT/users.html" and id "",
label "View Users" with url "/newapp-1.0-SNAPSHOT/users.html" and id "",
label "Current Users" with url "/newapp-1.0-SNAPSHOT/activeUsers.html" and
id ""
,
label "Reload Options" with url "/newapp-1.0-SNAPSHOT/reload.html" and id
"",
label "Flush Cache" with url "/newapp-1.0-SNAPSHOT/flushCache.html" and id
"",
label "Clickstream" with url "/newapp-1.0-SNAPSHOT/clickstreams.jsp" and id
"",

label "Logout" with url "/newapp-1.0-SNAPSHOT/logout.jsp" and id "",
label "XHTML Valid" with url "http://validator.w3.org/check?uri=referer"; and
id
"",
label "CSS Valid" with url
"http://jigsaw.w3.org/css-validator/validator-uri.htm
l" and id "",
--
View this message in context: 
http://www.nabble.com/Canoo-web-tests.xml-failing-tf3553615s2369.html#a9921869
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to