equal
deleted
inserted
replaced
|
1 //println("starting test now") |
|
2 |
|
3 val IBM = get_page("IBM") |
|
4 val str = "1962-01-02,578.499985,578.499985,571.999991,571.999991,387200,2.260487" |
|
5 |
|
6 assert(IBM.last == str || IBM.head == str) |
|
7 |
|
8 assert(process_page("IBM").length == IBM.length - 1) |