pombreda / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

discoitemsquerytask.cc, basictypes_unittest.cc and byteorder_unittest.cc are missing #343

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out r139, try to compile it.

What is the expected output? What do you see instead?
I'd hope that all of the files are there.  Instead it fails because 
libjingle.scons tries to build three non-existent files:
  * base/basictypes_unittest.cc
  * base/byteorder_unittest.cc
  * xmpp/discoitemsquerytask.cc

It looks like these never made it into SVN.

What version of the product are you using? On what operating system?
r139

Original issue reported on code.google.com by bprodo...@connectify.me on 9 May 2012 at 3:01

GoogleCodeExporter commented 9 years ago
Frank, were these unittests added to genlibjingle?

Original comment by juberti@google.com on 17 May 2012 at 2:16

GoogleCodeExporter commented 9 years ago
Yes, discoitemsquerytask.cc, basictypes_unittest.cc and byteorder_unittest.cc 
are in genlibjingle.py

But I dont see them in https://libjingle.googlecode.com/svn/trunk

Original comment by fbarch...@chromium.org on 17 May 2012 at 2:58

GoogleCodeExporter commented 9 years ago
r141 added them.

Original comment by fbarch...@chromium.org on 17 May 2012 at 3:10