wltsmrz
be7e677448
Update integration tests for changes to ripple-lib account request API:
...
Account requests expect an object as first argument
2014-11-14 11:10:12 -08:00
Vinnie Falco
4415a179b3
Update freeze test for moved TxFlags.h
2014-11-07 14:12:43 -08:00
Nicholas Dudfield
150a3810a8
Update npm test rippled.cfg to use [server]:
...
The test now generates a configuration file with the new
configuration sections define by the Universal Port feature.
2014-11-06 16:10:00 -08:00
Tom Ritchford
bf0fa8c562
Add 'sample' npm test:
...
test/sample-test.js is the smallest possible npm test.
2014-10-28 10:59:59 -07:00
sublimator
23219f2662
Disable transaction submission tests under Travis.
2014-10-15 19:37:25 -04:00
miguelportilla
365500da98
Create orderbook integration test (RIPD-483)
2014-10-02 14:58:14 -07:00
Vinnie Falco
4239880acb
Clean up and restructure sources
2014-09-16 14:15:12 -07:00
Nicholas Dudfield
4c7fd18230
Ticket integration tests
2014-09-04 16:51:31 -07:00
Edward Hennis
6fc136ae9a
Update npm tests & config to pass in Windows. (RIPD-209)
...
* Extend timeout for WebSocket test.
* Windows networking doesn't like connecting to 0.0.0.0. Use 127.0.0.1
* Additional command line options in config. Can potentially be used to run rippled in a debugger.
2014-08-22 18:10:17 -04:00
Edward Hennis
1c73a0f649
Remove unused code:
...
* StringConcat was only being referenced by unit test.
* `runall.sh` is no longer needed. Use `npm test` instead.
2014-08-08 19:16:42 -07:00
wltsmrz
50f9b68d61
Bump ledger_wait timeout for Travis
2014-08-08 14:57:39 -07:00
Nicholas Dudfield
713c8efcbe
Fix intermittently failing send test
2014-07-23 02:27:19 -07:00
Nicholas Dudfield
373ce72984
Update freeze tests
...
* Conditionally skip freeze enforcement tests
* Honour remote.fee_cushion setting
* Workaround ripple-lib regression
* Don't use mocha features from wrong version
2014-07-18 10:35:06 -07:00
Nicholas Dudfield
e14c700c60
New integration tests:
...
* New tests for autobridging and freeze
* Discrepancy detection tests
* Don't let Mocha suppress load time errors
2014-06-28 18:27:33 -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
Nicholas Dudfield
83442825e5
Shutdown rippled before http server in json rpc test to avoid http server potentially receiving messages due to automatic ledger close interval.
2014-02-03 22:36:28 -08:00
wltsmrz
6c5f88aa25
Update ripple-lib integration tests
2014-02-03 10:42:34 -08:00
Nicholas Dudfield
aad074cd8e
Tweak to path-finding tests. Specify test patterns outside of mocha.opts
2014-01-31 19:05:10 -08:00
JoelKatz
fb63aa737a
Revert d2953f602e
2014-01-23 13:36:31 -08:00
sublimator
d2953f602e
Error reporting tests
2014-01-21 10:28:35 -05:00
Nicholas Dudfield
da3881a486
Make websocket-test the first test, and give custom timeouts of 1000ms
2014-01-05 13:40:47 +07:00
Nicholas Dudfield
ff12d9adaa
Run server-test and websocket-test first. Show stderr upon abnormal rippled exit
2014-01-05 13:09:42 +07: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
Nicholas Dudfield
8d5378a2ca
Ensure no offers cancel each other out
2013-11-05 23:20:45 -08:00
Nicholas Dudfield
aabd6980ac
Fix a bug in websocket-test.js referencing done() not declared in test() function signature, was causing failure of subsequent test suite, due to mocha's enveloped exception handling style
2013-10-24 19:03:03 -07:00
Nicholas Dudfield
3b19310252
Declarative path tests
2013-10-24 19:03:03 -07:00
wltsmrz
a6c2fe4761
Remove coffeescript compiler from mocha.opts until it is needed and added to dependencies
2013-10-21 17:54:36 -07:00
Vinnie Falco
0d5a8ca300
Revert "Ported declarative path tests to mocha"
...
This reverts commit abe4f1ba03 .
2013-10-17 11:11:06 -07:00
Vinnie Falco
da22f06d85
Revert "Make mocha use test/mocha.opts to DRY up options used by npm test and test/runall.sh and support coffee. Add coffee-script as devDependency to package.json"
...
This reverts commit 9dfbffa4b8 .
Conflicts:
test/mocha.opts
2013-10-17 11:10:48 -07:00
Nicholas Dudfield
abe4f1ba03
Ported declarative path tests to mocha
2013-10-13 18:24:41 +07:00
Nicholas Dudfield
9dfbffa4b8
Make mocha use test/mocha.opts to DRY up options used by npm test and test/runall.sh and support coffee. Add coffee-script as devDependency to package.json
2013-10-13 15:38:04 +07:00
David Schwartz
7e82612cd5
Improve test runner.
2013-09-24 16:52:21 -07:00
David Schwartz
ac90baa831
New test runner for Mocha
2013-09-24 16:01:43 -07: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
3d6215fd1e
JS Tests: Refactored config handling.
...
Still far from perfect, but better than it was.
2013-07-27 20:18:59 -07:00
Stefan Thomas
ccde264282
JS Tests: Fallback to config-example if config is not present.
2013-07-27 19:48:17 -07:00
Nicholas Dudfield
c13f759ada
Make test suites pass (with tip of ripple-lib). Needs refactoring to use mocha
2013-07-27 12:46:26 -07:00
Stefan Thomas
a4b19019ee
JS Tests: Replace one of the hard-coded fees in the testsuite. More to go.
2013-07-26 12:59:07 -07:00
wltsmrz
91a6720a1c
Update config-example
2013-07-25 10:18:06 +09:00
Vinnie Falco
62bf19a727
Add runall shell script for Windows unit tests
2013-07-05 19:23:27 -07:00
Vinnie Falco
6a3715baa7
Fix package.json for Windows and ripple org URI
2013-07-05 19:16:19 -07:00
Vinnie Falco
a150d771b6
Fix config-example for local signing
2013-07-03 13:48:49 -07:00
Arthur Britto
475ce2b899
Implement optional offer cancel on offer_create.
2013-06-15 22:10:15 -07:00
Arthur Britto
dda1b6c8a6
Fix RequireDestTag and RequireAuth.
2013-05-13 22:05:51 -07:00
Stefan Thomas
e627daa410
JS: Use correct inheritance for Server class. Fixes test suite in Node 0.10.x.
2013-05-13 11:32:23 +02:00
Arthur Britto
9bfb5922c5
UT: New test for client issue 535.
2013-05-06 20:10:13 -07:00
Arthur Britto
f769308a1f
UT: Log error messages from server.
2013-05-05 20:38:08 -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