|
From: <jrb...@us...> - 2009-07-30 21:35:37
|
Revision: 908
http://cishell.svn.sourceforge.net/cishell/?rev=908&view=rev
Author: jrbibers
Date: 2009-07-30 21:35:14 +0000 (Thu, 30 Jul 2009)
Log Message:
-----------
Moved apparently faulty Pajek NET test (TestFile9.net) to NotUsed folder. It didn't specify the number of vertices in the vertex section header and it is id'ed in a format that the Jung Pajek NET validator doesn't find agreeable (the maximum id exceeds the number of vertices). This change should probably be reflected in the deployed folder nwb/converter_test_files.
Modified Paths:
--------------
trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Full Converter.nwb
Added Paths:
-----------
trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/AHO3.NET
trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/LINKS.NET
trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/TestFile9.net
Modified: trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Full Converter.nwb
===================================================================
--- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Full Converter.nwb 2009-07-30 16:57:02 UTC (rev 907)
+++ trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Full Converter.nwb 2009-07-30 21:35:14 UTC (rev 908)
@@ -1,5 +1,8 @@
*Nodes
id*int label*string
+# TODO Shouldn't the file:application/pajek MIME type be deprecated?
+# If so, regenerate this graph with only pajeknet and pajekmat
+# MIME types floating around.
1 "file:application/pajek"
2 "file:text/nwb"
3 "file:text/edge"
Added: trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/AHO3.NET
===================================================================
--- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/AHO3.NET (rev 0)
+++ trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/AHO3.NET 2009-07-30 21:35:14 UTC (rev 908)
@@ -0,0 +1,15 @@
+*Network aho3
+*Vertices 10
+*Edges
+1 2
+1 3
+2 3
+2 4
+4 5
+5 6
+6 7
+5 7
+7 8
+8 9
+9 10
+8 10
\ No newline at end of file
Added: trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/LINKS.NET
===================================================================
--- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/LINKS.NET (rev 0)
+++ trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/LINKS.NET 2009-07-30 21:35:14 UTC (rev 908)
@@ -0,0 +1,15 @@
+*Network TRALALA
+*vertices 4
+ 1 "1" 0.0938 0.0896 ellipse x_fact 1 y_fact 1
+ 2 "2" 0.8188 0.2458 ellipse x_fact 1 y_fact 1
+ 3 "3" 0.3688 0.7792 ellipse x_fact 1
+ 4 "4" 0.9583 0.8563 ellipse x_fact 1
+*arcs
+1 1 1 h2 0 w 3 c Blue s 3 a1 -130 k1 0.6 a2 -130 k2 0.6 ap 0.5 l "Bezier loop" lc BlueViolet fos 20 lr 58 lp 0.3 la 360
+2 1 1 h2 0 a1 120 k1 1.3 a2 -120 k2 0.3 ap 25 l "Bezier arc" lphi 270 la 180 lr 19 lp 0.5
+1 2 1 h2 0 a1 40 k1 2.8 a2 30 k2 0.8 ap 25 l "Bezier arc" lphi 90 la 0 lp 0.65
+4 2 -1 h2 0 w 1 k1 -2 k2 250 ap 25 l "Circular arc" c Red lc OrangeRed
+3 4 1 p Dashed h2 0 w 2 c OliveGreen ap 25 l "Straight arc" lc PineGreen
+1 3 1 p Dashed h2 0 w 5 k1 -1 k2 -20 ap 25 l "Oval arc" c Brown lc Black
+3 3 -1 h1 6 w 1 h2 12 k1 -2 k2 -15 ap 0.5 l "Circular loop" c Red lc OrangeRed lphi 270 la 180
+
Copied: trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/TestFile9.net (from rev 905, trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/TestFile9.net)
===================================================================
--- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/TestFile9.net (rev 0)
+++ trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/test_files/Pajek NET Files/NotUsed/TestFile9.net 2009-07-30 21:35:14 UTC (rev 908)
@@ -0,0 +1,196 @@
+*Vertices 600
+541 "SLP"
+542 "wg"
+543 "WG"
+544 "en"
+545 "EN"
+546 "hh"
+547 "HH" 0.987 0.5 0.5 box r 3.5 x_fact 7 s_size 1 lc red lphi 5 lr 3
+549 "PTC"
+550 "ph"
+551 "SMO"
+552 "ci"
+553 "CI"
+554 "CIA"
+555 "CIR"
+556 "SLP"
+557 "wg"
+558 "WG"
+559 "en"
+560 "EN"
+561 "hh"
+562 "HH"
+563 "ptc"
+564 "PTC" box
+565 "ph"
+566 "SMO"
+567 "ci"
+568 "CI"
+569 "CIA"
+570 "CIR"
+571 "SLP"
+572 "wg"
+573 "WG"
+574 "en"
+575 "EN"
+576 "hh"
+578 "ptc"
+579 "PTC"
+580 "ph"
+581 "SMO"
+582 "ci"
+583 "CI"
+584 "CIA"
+585 "CIR"
+586 "SLP"
+587 "wg"
+588 "WG"
+589 "en"
+590 "EN"
+591 "hh"
+592 "HH"
+593 "ptc"
+594 "PTC"
+595 "ph"
+596 "SMO"
+597 "ci"
+598 "CI"
+599 "CIA"
+600 "CIR"
+*Edges
+541 544
+541 557
+541 562
+541 563
+541 574
+541 579
+542 548
+542 550
+542 577
+543 550
+543 553
+543 554
+543 570
+544 555
+545 547
+545 563
+545 600
+546 554
+546 559
+546 562
+546 573
+549 544
+549 547
+549 565
+549 573
+549 583
+550 563
+550 575
+550 583
+551 565
+553 560
+553 600
+554 544
+554 545
+554 555
+555 564
+557 592
+558 548
+558 550
+558 571
+559 593
+560 592
+560 595
+562 584
+562 591
+563 544
+563 565
+563 591
+564 547
+564 560
+564 573
+564 575
+565 548
+565 549
+565 557
+565 565
+565 569
+565 571
+565 588
+565 595
+565 597
+565 599
+566 548
+566 556
+566 570
+569 547
+569 555
+569 560
+569 562
+569 564
+569 565
+569 567
+569 578
+569 585
+569 591
+571 585
+571 591
+572 548
+572 559
+572 562
+572 567
+572 574
+572 578
+572 588
+572 593
+572 598
+574 541
+574 543
+574 569
+574 589
+575 587
+576 550
+577 588
+578 566
+578 580
+578 581
+578 598
+580 547
+580 575
+581 544
+581 561
+581 562
+581 572
+581 588
+585 551
+585 558
+586 564
+586 583
+587 570
+587 584
+589 542
+589 553
+589 566
+589 589
+589 591
+589 597
+591 549
+591 551
+591 574
+591 589
+595 546
+595 553
+595 566
+595 576
+595 583
+595 595
+596 565
+598 594
+599 553
+599 557
+599 571
+599 575
+599 576
+599 583
+599 587
+599 598
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|