Allon Mureinik has posted comments on this change. Change subject: core: Remove fixtures.out.xml ......................................................................
Patch Set 2: @Alissa - fixtures.xml is the dbunit configuration file that is used to upload the DAO test data. when running "mvn install -Penable-dao-tests", the DAO test infrastructure loads it. There is no point, or even way, to run it on its own (it's an XML file, not an executable), but it's a common mistake for Eclipse users: 1. You open a test case (e.g., VmDAOTest) 2. You run it - get errors 3. Open fixtures.xml and fix your data 4. Click run again - eclipse tries to run the file you're editing, not the last one you run. -- To view, visit http://gerrit.ovirt.org/12566 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic6141d096dc61f5929ac361e1d761028ad4e7882 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Alissa Bonas <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
