mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
one more test case
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@21 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
83fbf467fd
commit
9e90ac2a6d
1 changed files with 18 additions and 0 deletions
|
@ -46,6 +46,24 @@ public class MvvProviderTest
|
|||
+ "<td colspan=\"4\">an 04:47 Leipzig Hbf Gleis 19</td>\n");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void trip2()
|
||||
{
|
||||
assertFineConnectionDetails("\n" //
|
||||
+ "<td colspan=\"4\">ab 09:04 Hauptbahnhof Haupthalle Gleis 26 <a class=\"imgLink\" href=\"XSLT_TRIP_REQUEST2?language=de&tripSelector2=on&sessionID=MVV2_1641919219&requestID=1&tripSelection=on&itdLPxx_view=map_2&itdLPxx_img=FILELOAD?Filename=mvv2_4C4530855.png&itdLPxx_partialRoute=3&imageFormat=PNG&imageWidth=400&imageHeight=300&imageOnly=1&imageNoTiles=1&itdLPxx_usage=departure\"><img src=\"images/pdf.gif\" border=\"0\" alt=\"Karte\" /></a>\n" //
|
||||
+ "<br />\n" //
|
||||
+ "</td>\n" //
|
||||
+ "\n" //
|
||||
+ "<td width=\"15\" valign=\"middle\">\n" //
|
||||
+ "<img src=\"images/means/zug.gif\" alt=\"Zug\" />\n" //
|
||||
+ "</td>\n" //
|
||||
+ "<td width=\"1\" valign=\"middle\" />\n" //
|
||||
+ "<td>RE 4006 RegionalExpress <br />Richtung Nürnberg Hbf</td>\n" //
|
||||
+ "<td width=\"1\"> </td>\n" //
|
||||
+ "\n" //
|
||||
+ "<td colspan=\"4\">an 10:47 Nürnberg Hbf Gleis 12</td>\n");
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("deactivated because there is no time")
|
||||
public void tripWithoutTime()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue