Commit Graph

44 Commits

Author SHA1 Message Date
trifonnt 8b086bcb05 Better comments! 2007-08-19 16:54:12 +00:00
trifonnt b0c3dfc0af Refactored AlertTest. Enhanced example of old usage and new usage!
Feature Request: [1772015] Generate java Interface and implementation instead of X_ classes
2007-08-19 01:14:42 +00:00
trifonnt e48495fcd5 Refactored AlertTest.
Feature Request: [1772015] Generate java Interface and implementation instead of X_ classes

http://sourceforge.net/tracker/index.php?func=detail&aid=1772015&group_id=176962&atid=879335
2007-08-19 00:07:02 +00:00
trifonnt 3477a34340 JUnit test for Feature Request [1772015] Generate java Interface and implementation instead of X_ cla
http://sourceforge.net/tracker/index.php?func=detail&aid=1772015&group_id=176962&atid=879335
2007-08-18 23:46:40 +00:00
trifonnt 4edad4b032 Fix in order to compile! 2007-08-13 09:48:26 +00:00
trifonnt 5614a056c0 Fixed AlertTest to work with new java interface and implementation. 2007-08-11 03:05:00 +00:00
trifonnt de00f42971 Feature Request [1772015] Generate java Interface and implementation instead of X_ classes 2007-08-10 22:25:31 +00:00
Heng Sin Low 4606b7eb90 [ 1754519 ] Refactoring of PackInHandler 2007-07-23 08:13:06 +00:00
fer_luck 27aa94bc35 BF [ 1749115 ] XMLImportStructure Bugs
Fixed the erroneus ID error
2007-07-06 13:35:00 +00:00
teo_sarca 3859f40636 MProductTest
* doesn't compile because it used DBUtils from JasperReports project.
* fixed identation
* removed unused imports
* commented not used variables
2007-07-05 09:34:14 +00:00
wght 2a68e12763 Test case to test creation of a Product. 2007-07-03 20:47:24 +00:00
wght 3076116414 Libero version of PackOut.xml that works, had to make some changes to get it to work. 2007-06-21 00:19:00 +00:00
wght 8197da45b6 Changed to make a full import of libero 2pack possible. 2007-06-21 00:14:00 +00:00
wght 8691c4d36c Added some ordering changes to the handle import functions to help with dependency errors. 2007-06-19 00:55:02 +00:00
wght d18ac7a088 Test to validate the wellformedness of PackOut.xml 2007-06-15 21:06:27 +00:00
wght 38f63f35b3 Added a target to run the XMLImportStructureTest main function. 2007-06-15 20:59:49 +00:00
wght 951af5700e Added a main so I can see the output as it is running. 2007-06-15 20:58:24 +00:00
wght aa67340daa All types in the Libero.zip PackOut.xml can be imported if they are in the right order. I will now work on how to handle the problems that arise when elements depend on other elements that are not in the right order. 2007-06-15 20:01:42 +00:00
wght 96d071f8e5 Testing the new approach at importing 2pack xml. 2007-06-15 18:56:42 +00:00
teo_sarca e3b4ec86bd BF [ 1704828 ] PO.is_Changed() and PO.is_ValueChanged are not consistent
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1704828&group_id=176962
2007-06-10 18:12:47 +00:00
teo_sarca de610700c1 Added initial AdempiereTestCase
Reviewed by Trifon and me.
2007-06-10 17:49:29 +00:00
trifonnt e44d3c5d69 "test.properties" file must not be stored in SVN Repository. Users must create it from test.properties.template 2007-06-06 17:05:21 +00:00
wght 2ccfc2f5d9 Used this test to fix bug #: 1723733 2007-05-25 23:35:16 +00:00
wght 7f8ef7f43b Functional test to import a 2pack package. 2007-05-25 02:28:42 +00:00
trifonnt bfe90e9ef6 Removed! 2007-05-24 12:17:17 +00:00
wght 77d0b264f1 Added a new test dealing with creation of a 2pack export package. 2007-05-24 00:13:40 +00:00
trifonnt aa05465618 Added launch configuration for FunctionalTestSuite.
Removed individual launch configurations.
2007-05-23 23:22:04 +00:00
deathmeat 1ad5b7beae Unable to compile Hole.java because of missing reference to javax.ejb.EJBHome
Referenced jboss.jar in build.xml
2007-05-23 14:54:11 +00:00
Heng Sin Low 2ccb302d11 * Adding an example implementation of TestSuite 2007-05-23 14:18:29 +00:00
Heng Sin Low b3e4e41610 * Fixed a mistake in previous commit. 2007-05-23 14:03:02 +00:00
Heng Sin Low 174885b5b9 * Handle exception/error with Assert.Fail instead of System.out
* Make Hole.java compile with latest trunk
2007-05-23 13:51:08 +00:00
trifonnt 71bfeb38e2 Added AD_Client_ID=11 to test.properties.template
We do not need to use utils classes from other projects(JasperReports).
Created org.adempiere.test.utils package and added DBUtils whihc has oly 2 methods now used by tests.
Refactored functional tests in order to use static variables by class name not object name(changed from: someObject.STATIS_VARIABLE to: SomeClass.STATIC_VARIABLE).
2007-05-23 07:38:17 +00:00
wght 8d45259f6d Added new functional tests dealing with importing of business partners.
I also modified MLocationTest.java to set a specific AD_Client_ID through
the properties ctx.
2007-05-22 23:48:11 +00:00
wght 8686e23d3d Added a testfunctional target and new tests to execute. 2007-05-22 23:31:22 +00:00
trifonnt 9c2bba3565 Reorganzation of tests:
functional
performance
2007-05-21 12:22:32 +00:00
trifonnt 9209afdd20 Improvement in MProductTest.
Better timestatistic.
2007-05-21 06:55:57 +00:00
trifonnt ec2b1c66f5 Added MProductTest Eclipse launcher. 2007-05-19 20:15:04 +00:00
trifonnt 99e8584bc7 Added MProductTest, whihc test Product creation. 2007-05-19 20:13:39 +00:00
teo_sarca c17679fe11 * added junit to build class path
* added base/build to classpath, instead of build/Base.jar
2007-05-17 06:34:08 +00:00
trifonnt 3774af4050 Added JUnit exmaple test.
It test creation of MLocation records.
2007-05-15 23:19:30 +00:00
Heng Sin Low acc50d2e48 * remove dbport, print and interface project reference 2007-05-10 04:00:31 +00:00
Heng Sin Low debda7d1df * fixed eclipse classpath 2007-05-10 03:24:46 +00:00
Carlos Ruiz 501eca17d5 New sample of GardenWorld MyValidator to work correctly with new events 2007-02-27 05:46:34 +00:00
vpj-cd ecad54b7cf move branch adempire311 to trunk 2006-11-17 03:08:46 +00:00