Remove unwanted files from repository.
authorAdrian Bondrescu <adi.bondrescu@gmail.com>
Sun, 24 Jun 2012 12:22:16 +0000 (15:22 +0300)
committerAdrian Bondrescu <adi.bondrescu@gmail.com>
Sun, 24 Jun 2012 12:22:16 +0000 (15:22 +0300)
src/libswift/.sconsign.dblite [deleted file]
src/libswift/tests/bin64test.log [deleted file]
src/libswift/tests/connecttest.log [deleted file]
src/libswift/tests/dgramtest.log [deleted file]
src/libswift/tests/hashtest.log [deleted file]
src/libswift/tests/transfertest.log [deleted file]

diff --git a/src/libswift/.sconsign.dblite b/src/libswift/.sconsign.dblite
deleted file mode 100644 (file)
index c5e8080..0000000
Binary files a/src/libswift/.sconsign.dblite and /dev/null differ
diff --git a/src/libswift/tests/bin64test.log b/src/libswift/tests/bin64test.log
deleted file mode 100644 (file)
index 37d2018..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-[==========] Running 5 tests from 1 test case.
-[----------] Global test environment set-up.
-[----------] 5 tests from Bin64Test
-[ RUN      ] Bin64Test.InitGet
-[       OK ] Bin64Test.InitGet (0 ms)
-[ RUN      ] Bin64Test.Navigation
-[       OK ] Bin64Test.Navigation (0 ms)
-[ RUN      ] Bin64Test.Overflows
-[       OK ] Bin64Test.Overflows (0 ms)
-[ RUN      ] Bin64Test.Advanced
-[       OK ] Bin64Test.Advanced (0 ms)
-[ RUN      ] Bin64Test.Bits
-[       OK ] Bin64Test.Bits (0 ms)
-[----------] 5 tests from Bin64Test (0 ms total)
-
-[----------] Global test environment tear-down
-[==========] 5 tests from 1 test case ran. (1 ms total)
-[  PASSED  ] 5 tests.
diff --git a/src/libswift/tests/connecttest.log b/src/libswift/tests/connecttest.log
deleted file mode 100644 (file)
index ec70ccb..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-[==========] Running 1 test from 1 test case.
-[----------] Global test environment set-up.
-[----------] 1 test from Connection
-[ RUN      ] Connection.CwndTest
-tests/connecttest.cpp:39: Failure
-Value of: stat("test_file0.dat", &st)
-  Actual: -1
-Expected: 0
-[  FAILED  ] Connection.CwndTest (0 ms)
-[----------] 1 test from Connection (0 ms total)
-
-[----------] Global test environment tear-down
-[==========] 1 test from 1 test case ran. (2 ms total)
-[  PASSED  ] 0 tests.
-[  FAILED  ] 1 test, listed below:
-[  FAILED  ] Connection.CwndTest
-
- 1 FAILED TEST
diff --git a/src/libswift/tests/dgramtest.log b/src/libswift/tests/dgramtest.log
deleted file mode 100644 (file)
index 1a1135d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-[==========] Running 3 tests from 1 test case.
-[----------] Global test environment set-up.
-[----------] 3 tests from Datagram
-[ RUN      ] Datagram.AddressTest
-[       OK ] Datagram.AddressTest (44 ms)
-[ RUN      ] Datagram.BinaryTest
-[       OK ] Datagram.BinaryTest (1 ms)
-[ RUN      ] Datagram.TwoPortTest
-[       OK ] Datagram.TwoPortTest (1 ms)
-[----------] 3 tests from Datagram (46 ms total)
-
-[----------] Global test environment tear-down
-[==========] 3 tests from 1 test case ran. (47 ms total)
-[  PASSED  ] 3 tests.
diff --git a/src/libswift/tests/hashtest.log b/src/libswift/tests/hashtest.log
deleted file mode 100644 (file)
index fa67c41..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-[==========] Running 4 tests from 1 test case.
-[----------] Global test environment set-up.
-[----------] 4 tests from Sha1HashTest
-[ RUN      ] Sha1HashTest.Trivial
-[       OK ] Sha1HashTest.Trivial (0 ms)
-[ RUN      ] Sha1HashTest.OfferDataTest
-[       OK ] Sha1HashTest.OfferDataTest (2 ms)
-[ RUN      ] Sha1HashTest.SubmitTest
-[       OK ] Sha1HashTest.SubmitTest (1 ms)
-[ RUN      ] Sha1HashTest.OfferDataTest2
-[       OK ] Sha1HashTest.OfferDataTest2 (2 ms)
-[----------] 4 tests from Sha1HashTest (5 ms total)
-
-[----------] Global test environment tear-down
-[==========] 4 tests from 1 test case ran. (6 ms total)
-[  PASSED  ] 4 tests.
diff --git a/src/libswift/tests/transfertest.log b/src/libswift/tests/transfertest.log
deleted file mode 100644 (file)
index 38dcf81..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[==========] Running 2 tests from 1 test case.
-[----------] Global test environment set-up.
-[----------] 2 tests from TransferTest
-[ RUN      ] TransferTest.TBHeap
-[       OK ] TransferTest.TBHeap (0 ms)
-[ RUN      ] TransferTest.TransferFile
-[       OK ] TransferTest.TransferFile (5 ms)
-[----------] 2 tests from TransferTest (5 ms total)
-
-[----------] Global test environment tear-down
-[==========] 2 tests from 1 test case ran. (5 ms total)
-[  PASSED  ] 2 tests.