Commit Graph

75 Commits

Author SHA1 Message Date
wltsmrz
dbddc6b7f2 Update integration tests 2015-09-08 19:14:42 -07:00
Nicholas Dudfield
713c8efcbe Fix intermittently failing send test 2014-07-23 02:27:19 -07:00
wltsmrz
0848e348bb Update ripple-lib integration tests 2014-06-28 13:17:31 -07:00
Vinnie Falco
d0970397a6 Revert system test changes:
* Revert "Shutdown rippled before http server in json rpc test to avoid http server potentially receiving messages due to automatic ledger close interval."
* Revert "Update ripple-lib integration tests"

This reverts commit 83442825e5.
2014-02-04 15:18:36 -08:00
wltsmrz
6c5f88aa25 Update ripple-lib integration tests 2014-02-03 10:42:34 -08:00
JoelKatz
f04b9131cc terNO_LINE should never be the final result of a payment transaction that can claim a fee. 2013-11-08 10:32:15 -08:00
wltsmrz
c76e2b54a9 Update system tests for mocha and new ripple-lib transaction submission 2013-09-24 14:12:18 -07:00
wltsmrz
4109e51e30 Improvements to js tests and increment of the ripple-lib version 2013-09-18 17:36:34 -07:00
Stefan Thomas
ccde264282 JS Tests: Fallback to config-example if config is not present. 2013-07-27 19:48:17 -07:00
Arthur Britto
9bfb5922c5 UT: New test for client issue 535. 2013-05-06 20:10:13 -07:00
Stefan Thomas
0a2e7664b8 JS: Remove ripple-lib and link to it via package.json instead. 2013-04-26 22:02:36 +02:00
Arthur Britto
8747b0a5d2 JS: Fix request_ripple_balance() setting issuer. 2013-04-20 15:43:27 -07:00
Arthur Britto
d3e787307d JS: Adjust request_ripple_balance results. 2013-03-14 16:40:15 -07:00
Arthur Britto
bbef32bcd7 UT: Revise for new request_ripple_balance. 2013-03-14 15:35:30 -07:00
Arthur Britto
2cc2018240 UT: Fix unit tests fro default paths. 2013-03-08 15:54:24 -08:00
Arthur Britto
446120c456 UT: add test showing sending IOUs with source as issuer is broken. 2013-03-08 13:56:33 -08:00
Arthur Britto
3a8d85d9c4 Publish transaction due to subscribe accounts as type "transaction". 2013-03-04 19:24:20 -08:00
Stefan Thomas
380523a462 Library now correctly rewinds, remove manual rewind from tests. 2013-02-26 11:01:40 +01:00
jed
c4cbc509d3 didn't mean to check that in 2013-02-06 11:39:47 -08:00
jed
e8b17ef082 Merge branch 'book'
Conflicts:
	src/cpp/ripple/OrderBookDB.cpp
	src/cpp/ripple/OrderBookDB.h
	src/cpp/ripple/Pathfinder.cpp
2013-02-05 13:47:25 -08:00
jed
eb27240610 first draft 2013-02-05 13:04:38 -08:00
Stefan Thomas
39ba2613d9 JS: Added ripple.config.load convenience function. 2013-02-02 14:05:49 +01:00
Stefan Thomas
24dac24d29 Refactor JavaScript library.
- Separate classes in separate modules (files)
- Constants should be associated with a class
- Replace exports.config scheme with a config singleton
- Refactor base58 functions as a static class
2013-02-01 22:44:04 +01:00
Arthur Britto
b572ba7c8d UT: remove unintentional focus. 2013-01-20 15:53:18 -08:00
Arthur Britto
d0d81a52f5 UT: fix transaction processing retry test. 2013-01-20 15:52:42 -08:00
Arthur Britto
fe2ffafb10 UT: Tests for ripple-client issue #23. 2013-01-19 18:53:42 -08:00
Arthur Britto
76959ba1a7 UT: Add new test for retry logic - currently failing. 2013-01-18 17:57:23 -08:00
Arthur Britto
1568422fb7 UT: Test account subscription for nexus. 2013-01-17 13:02:41 -08:00
Arthur Britto
6001be0f3b UT: Add test for nexus customer to customer with and without transfer fee 2013-01-15 16:50:45 -08:00
Arthur Britto
75d935e0df Merge tepPARTIAL into tecCLAIMED. 2013-01-03 13:04:07 -08:00
Arthur Britto
77d92e1767 Fix ripple state creating and deleting. 2012-12-25 16:14:10 -08:00
Arthur Britto
6bd2839c62 Fix PaymentTransactor for new result codes. 2012-12-23 18:15:03 -08:00
Arthur Britto
194053c87e Add and move to new tecCLAIM result codes. 2012-12-23 15:52:59 -08:00
Jcar
099ffbddc0 Further testing 2012-12-20 15:55:57 -08:00
Arthur Britto
6c3c104f8d UT: Update send test for deleting ripple state entries. 2012-12-18 14:27:18 -08:00
Arthur Britto
ab8463a14f UT: Adjust for changed terNO_DST. 2012-12-15 14:35:34 -08:00
Arthur Britto
68e665c719 UT: Turn off verbose. 2012-12-14 17:48:39 -08:00
Arthur Britto
2920dc7be2 UT: Fix send test. 2012-12-14 17:47:18 -08:00
Arthur Britto
df4d2ec149 Check field present for stOwnerCount. 2012-12-13 16:55:37 -08:00
Arthur Britto
68327ab27f UT: Fixes for reserves. 2012-12-12 23:08:18 -08:00
Arthur Britto
a15f82863d UT: Fix send balance check. 2012-12-12 15:42:09 -08:00
Arthur Britto
2791f43b1d Fixes for emit ledger_closed. 2012-12-03 16:46:27 -08:00
Arthur Britto
49e6ca70ba JS & UT: add et to vim setting. 2012-11-24 14:07:41 -08:00
jed
9d83ce6bf2 . 2012-11-20 08:22:53 -08:00
Arthur Britto
4840d8cc24 UT: Clean up send tests. 2012-11-16 14:28:02 -08:00
jed
7c69c45a2f . 2012-11-15 13:17:36 -08:00
jed
850c7004c8 . 2012-11-15 05:04:21 -08:00
jed
85a46a597c . 2012-11-14 18:46:10 -08:00
jed
58e5e07823 . 2012-11-14 16:10:10 -08:00
Arthur Britto
8d32892609 JS: Make currency and issuer private in Amount. 2012-11-09 17:33:37 -08:00